mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(rust): add bacon-ls to mason
This commit is contained in:
parent
b2f750558a
commit
11dcbd3e32
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ return {
|
||||||
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" })
|
||||||
if diagnostics == "bacon-ls" then
|
if diagnostics == "bacon-ls" then
|
||||||
vim.list_extend(opts.ensure_installed, { "bacon" })
|
vim.list_extend(opts.ensure_installed, { "bacon", "bacon-ls" })
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue