nvim: enable lsp servers: clangd, gopls, rust_analyzer, tsserver

This commit is contained in:
Łukasz Pankowski 2023-07-31 21:22:40 +02:00
parent fef317a18a
commit e4ee8729de

View File

@ -409,11 +409,11 @@ end
-- Add any additional override configuration in the following tables. They will be passed to -- 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. -- the `settings` field of the server config. You must look up that documentation yourself.
local servers = { local servers = {
-- clangd = {}, clangd = {},
-- gopls = {}, gopls = {},
-- pyright = {}, -- pyright = {},
-- rust_analyzer = {}, rust_analyzer = {},
-- tsserver = {}, tsserver = {},
lua_ls = { lua_ls = {
Lua = { Lua = {