summaryrefslogtreecommitdiff
path: root/lua/plugins/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/lsp.lua')
-rw-r--r--lua/plugins/lsp.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua
index 2945003..7b806e6 100644
--- a/lua/plugins/lsp.lua
+++ b/lua/plugins/lsp.lua
@@ -7,7 +7,7 @@ local servers = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
- },
+ }
}
return {
@@ -77,5 +77,8 @@ return {
}
end,
})
+
+ -- At the end, add GDscript support, which is only supported by lspconfig itself
+ lspconfig.gdscript.setup({capabilities = capabilities})
end,
}