Skip to content

Commit 2d3df75

Browse files
jwadolowskiUzaaft
andauthored
fix(proto): Remove invalid buf_ls package (#1508)
* fix(proto): Remove invalid buf_ls package * fix(proto): Use buf_ls for williamboman/mason-lspconfig.nvim * docs: Rewrite docs to reflect newest changes --------- Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
1 parent 5653e18 commit 2d3df75

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lua/astrocommunity/pack/proto/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
This plugin pack does the following:
44

55
- Adds `proto` Treesitter parsers
6-
- Adds `buf_ls` language servers
7-
- Adds `buf` formatter
6+
- Installs `buf` and uses it for language server and formatting

lua/astrocommunity/pack/proto/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ return {
2727
"WhoIsSethDaniel/mason-tool-installer.nvim",
2828
optional = true,
2929
opts = function(_, opts)
30-
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf_ls", "buf" })
30+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf" })
3131
end,
3232
},
3333
{

0 commit comments

Comments
 (0)