We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98489cb commit b69674dCopy full SHA for b69674d
lua/astrocommunity/pack/proto/init.lua
@@ -27,8 +27,7 @@ return {
27
"WhoIsSethDaniel/mason-tool-installer.nvim",
28
optional = true,
29
opts = function(_, opts)
30
- opts.ensure_installed =
31
- require("astrocore").list_insert_unique(opts.ensure_installed, { "buf-language-server", "buf" })
+ opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf_ls", "buf" })
32
end,
33
},
34
{
0 commit comments