This commit is contained in:
Christian Nieves
2024-01-04 03:21:21 -06:00
parent 99aa469fc4
commit fbb093c9c4
6 changed files with 8 additions and 4 deletions

View File

@ -69,9 +69,9 @@ return {
-- Godot
lspconfig.gdscript.setup({
flags = {
debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
},
-- flags = {
-- debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
-- },
})
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])