nvim: enable lsp servers: clangd, gopls, rust_analyzer, tsserver
This commit is contained in:
parent
fef317a18a
commit
e4ee8729de
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user