Skip to content

Commit b69674d

Browse files
letavocadoUzaaft
andauthored
fix(proto): replace deprecated buf-language-server with buf_ls (#1505)
* fix(proto): replace deprecated buf-language-server with buf_ls * Update init.lua --------- Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
1 parent 98489cb commit b69674d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/astrocommunity/pack/proto/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ return {
2727
"WhoIsSethDaniel/mason-tool-installer.nvim",
2828
optional = true,
2929
opts = function(_, opts)
30-
opts.ensure_installed =
31-
require("astrocore").list_insert_unique(opts.ensure_installed, { "buf-language-server", "buf" })
30+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf_ls", "buf" })
3231
end,
3332
},
3433
{

0 commit comments

Comments
 (0)