feat(neovim): add gdscript debugging and lsp
This commit is contained in:
parent
98dde2b397
commit
88e13d8b64
2 changed files with 22 additions and 1 deletions
|
@ -25,6 +25,7 @@ return {
|
|||
"c",
|
||||
"cpp",
|
||||
"cs",
|
||||
"gdscript",
|
||||
"h",
|
||||
"javascript",
|
||||
"jsx",
|
||||
|
@ -58,6 +59,7 @@ return {
|
|||
"cssls",
|
||||
"denols",
|
||||
"eslint",
|
||||
"gdscript",
|
||||
"html",
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue