You've already forked dotfiles
fix: Cleaning up some aspects of the language support work to move into
development and finish cleaning the main branch.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
cmd = vim.lsp.rpc.connect('127.0.0.1', 6005),
|
||||
filetypes = {
|
||||
'gd', 'gdscript', 'gdscript3'
|
||||
},
|
||||
root_markers = { 'project.godot', '.git' },
|
||||
cmd = vim.lsp.rpc.connect('127.0.0.1', 6005)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user