Update nvim servers
parent
227940e563
commit
785e1e57e8
|
@ -69,7 +69,7 @@ local servers = {
|
||||||
"omnisharp",
|
"omnisharp",
|
||||||
"solang",
|
"solang",
|
||||||
"terraformls",
|
"terraformls",
|
||||||
"tsserver",
|
"ts_ls",
|
||||||
"vale_ls",
|
"vale_ls",
|
||||||
"vimls",
|
"vimls",
|
||||||
"wgsl_analyzer",
|
"wgsl_analyzer",
|
||||||
|
@ -92,13 +92,6 @@ vim.g.rustaceanvim = {
|
||||||
common_config.on_attach(client, bufnr)
|
common_config.on_attach(client, bufnr)
|
||||||
end,
|
end,
|
||||||
cmd = { "ra-multiplex" },
|
cmd = { "ra-multiplex" },
|
||||||
-- init_options = {
|
|
||||||
-- lspMux = {
|
|
||||||
-- version = "1",
|
|
||||||
-- method = "connect",
|
|
||||||
-- server = "rust-analyzer",
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
settings = {
|
settings = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
|
|
Loading…
Reference in New Issue