You've already forked dotfiles
config file, fixing treesitter folding (maybe) and removing the old attempt at a fix, slight fixes to formatting in other files.
8 lines
171 B
Lua
8 lines
171 B
Lua
return {
|
|
filetypes = {
|
|
'gd', 'gdscript', 'gdscript3'
|
|
},
|
|
root_markers = { 'project.godot', '.git' },
|
|
cmd = vim.lsp.rpc.connect('127.0.0.1', 6005)
|
|
}
|