Skip to content

Commit

Permalink
docs: add new entry for protocol buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki committed Oct 7, 2024
1 parent 2666363 commit 2778907
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/lsp-clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@
"lsp-install-server": "beancount-ls",
"debugger": "Not available"
},
{
"name": "buf",
"full-name": "buf CLI (Beta)",
"server-name": "buf",
"server-url": "https://github.com/bufbuild/buf",
"installation": "npm install -g @bufbuild/buf",
"installation-url": "https://buf.build/docs/installation",
"debugger": "Not available"
},
{
"name": "bufls",
"full-name": "buf-language-server",
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ nav:
- AWK: page/lsp-awk.md
- Bash: page/lsp-bash.md
- Beancount: page/lsp-beancount.md
- Buf/Protocol Buffers: page/lsp-bufls.md
- Buf/Protocol Buffers (Buf CLI): page/lsp-buf.md
- Buf/Protocol Buffers (Buf Language Server): page/lsp-bufls.md
- Camel: page/lsp-camel.md
- C++ (ccls): page/lsp-ccls.md
- C++ (clangd): page/lsp-clangd.md
Expand Down

0 comments on commit 2778907

Please sign in to comment.