diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index ac4e11f..6ac0799 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -409,11 +409,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 = {}, + clangd = {}, + gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, - -- tsserver = {}, + rust_analyzer = {}, + tsserver = {}, lua_ls = { Lua = {