mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-21 01:38:34 +02:00
fix(rust): install bacon-ls
mason-lspconfig.nvim does not have a mapping for bacon_ls
This commit is contained in:
parent
3e8fddcd54
commit
8c44dc7e8f
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
Add a link
Reference in a new issue