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 5653e18 commit 2d3df75Copy full SHA for 2d3df75
lua/astrocommunity/pack/proto/README.md
@@ -3,5 +3,4 @@
3
This plugin pack does the following:
4
5
- Adds `proto` Treesitter parsers
6
-- Adds `buf_ls` language servers
7
-- Adds `buf` formatter
+- Installs `buf` and uses it for language server and formatting
lua/astrocommunity/pack/proto/init.lua
@@ -27,7 +27,7 @@ return {
27
"WhoIsSethDaniel/mason-tool-installer.nvim",
28
optional = true,
29
opts = function(_, opts)
30
- opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf_ls", "buf" })
+ opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "buf" })
31
end,
32
},
33
{
0 commit comments