Compare commits

..

No commits in common. "877b59d5c535216b29b40fd50996eb0083c91f06" and "37bc89fe358e608c85b5e6f18cbcb37eac2f63be" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -49,16 +49,14 @@ return {
-- ┌ ┐ -- ┌ ┐
-- │ Rust │ -- │ Rust │
-- └ ┘ -- └ ┘
lspconfig.rust_analyzer.setup({ vim.lsp.config("rust_analyzer", {
settings = { settings = {
["rust-analyzer"] = { ["rust-analyzer"] = {
diagnostics = { diagnostics = {
enable = true, enable = false,
}, },
}, },
}, },
capabilities = capabilities,
on_attach = on_attach,
}) })
-- ┌ ┐ -- ┌ ┐

View File

@ -32,7 +32,7 @@ return {
"marksman", "marksman",
-- "lua_ls", -- "lua_ls",
-- "pyright", -- "pyright",
"rust_analyzer", -- "rust_analyzer"
-- "tsserver", -- "tsserver",
"vue_ls" "vue_ls"
}, },