mirror of
https://github.com/OMGeeky/nvim-config-1.git
synced 2025-12-28 23:27:20 +01:00
fix multiple rust-analyzer by disabling one
This commit is contained in:
@@ -4,4 +4,14 @@ return {
|
||||
version = "^3", -- Recommended
|
||||
ft = { "rust" },
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
setup = {
|
||||
rust_analyzer = function()
|
||||
return true
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user