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 │
-- └ ┘
lspconfig.rust_analyzer.setup({
vim.lsp.config("rust_analyzer", {
settings = {
["rust-analyzer"] = {
diagnostics = {
enable = true,
enable = false,
},
},
},
capabilities = capabilities,
on_attach = on_attach,
})
-- ┌ ┐

View File

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