mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Remove bacon-ls from LSP server since it is automatically installed
This commit is contained in:
parent
dc7968799d
commit
c3d241e84a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,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", "bacon-ls" })
|
vim.list_extend(opts.ensure_installed, { "bacon" })
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue