mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(rust): ensure rust-analyzer is installed via mason.nvim
This commit is contained in:
parent
b9d38f6920
commit
8b78040e44
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.ensure_installed = opts.ensure_installed or {}
|
opts.ensure_installed = opts.ensure_installed or {}
|
||||||
vim.list_extend(opts.ensure_installed, { "codelldb" })
|
vim.list_extend(opts.ensure_installed, { "codelldb", "rust-analyzer" })
|
||||||
if diagnostics == "bacon-ls" then
|
if diagnostics == "bacon-ls" then
|
||||||
vim.list_extend(opts.ensure_installed, { "bacon" })
|
vim.list_extend(opts.ensure_installed, { "bacon" })
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue