Update nvim servers

main
Ensar Sarajčić 2024-11-05 08:13:55 +01:00
parent 227940e563
commit 785e1e57e8
1 changed files with 1 additions and 8 deletions

View File

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