diff --git a/lua/astrocommunity/pack/proto/README.md b/lua/astrocommunity/pack/proto/README.md index 136008eaf..75f334d2b 100644 --- a/lua/astrocommunity/pack/proto/README.md +++ b/lua/astrocommunity/pack/proto/README.md @@ -3,5 +3,5 @@ This plugin pack does the following: - Adds `proto` Treesitter parsers -- Adds `bufls` language servers +- Adds `buf_ls` language servers - Adds `buf` formatter diff --git a/lua/astrocommunity/pack/proto/init.lua b/lua/astrocommunity/pack/proto/init.lua index e78006418..9352118c4 100644 --- a/lua/astrocommunity/pack/proto/init.lua +++ b/lua/astrocommunity/pack/proto/init.lua @@ -13,7 +13,7 @@ return { "williamboman/mason-lspconfig.nvim", optional = true, opts = function(_, opts) - opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "bufls" }) + opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf_ls" }) end, }, {