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
-- 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 = {