aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/user/lsp.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/nvim/.config/nvim/lua/user/lsp.lua b/nvim/.config/nvim/lua/user/lsp.lua
index 979dbe2..d953d40 100644
--- a/nvim/.config/nvim/lua/user/lsp.lua
+++ b/nvim/.config/nvim/lua/user/lsp.lua
@@ -49,11 +49,11 @@ end
-- Add any additional override configuration in the following tables. They will be passed to
-- the `settings` field of the server config. You must look up that documentation yourself.
local servers = {
- -- clangd = {},
- -- gopls = {},
- -- pyright = {},
- -- rust_analyzer = {},
- -- tsserver = {},
+ clangd = {},
+ gopls = {},
+ pyright = {},
+ rust_analyzer = {},
+ tsserver = {},
sumneko_lua = {
Lua = {