aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-20 19:59:50 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-20 19:59:50 +0000
commit4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b (patch)
treebd5a268816efd801b756d31c2e2a66f3928208d2
parentchore(bufls): remove bufls (diff)
downloadnvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar.gz
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar.bz2
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar.lz
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar.xz
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.tar.zst
nvim-lspconfig-4a0e82b2e4fdc0ebe79f9fd733fb6b61d811b81b.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md37
-rw-r--r--doc/configs.txt27
2 files changed, 4 insertions, 60 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 604e48da..7a66f777 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -41,7 +41,6 @@ Nvim by running `:help lspconfig-all`.
- [buck2](#buck2)
- [buddy_ls](#buddy_ls)
- [buf_ls](#buf_ls)
-- [bufls](#bufls)
- [bzl](#bzl)
- [c3_lsp](#c3_lsp)
- [cairo_ls](#cairo_ls)
@@ -1854,38 +1853,6 @@ Default config:
---
-## bufls
-
-https://github.com/bufbuild/buf-language-server
-
-`buf-language-server` can be installed via `go install`:
-```sh
-go install github.com/bufbuild/buf-language-server/cmd/bufls@latest
-```
-
-bufls is a Protobuf language server compatible with Buf modules and workspaces
-
-Snippet to enable the language server:
-```lua
-vim.lsp.enable('bufls')
-```
-
-Default config:
-- `cmd` :
- ```lua
- { "bufls", "serve" }
- ```
-- `filetypes` :
- ```lua
- { "proto" }
- ```
-- `root_markers` :
- ```lua
- { "buf.work.yaml", ".git" }
- ```
-
----
-
## bzl
https://bzl.io/
@@ -2436,11 +2403,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gf40672be99"
+ version = "0.12.0-dev+g869e55f2aa"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gf40672be99"
+ version = "0.12.0-dev+g869e55f2aa"
}
}
```
diff --git a/doc/configs.txt b/doc/configs.txt
index 4ccb5b6e..5626be67 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1149,29 +1149,6 @@ Default config:
<
------------------------------------------------------------------------------
-bufls
-
-https://github.com/bufbuild/buf-language-server
-
-`buf-language-server` can be installed via `go install` >sh
- go install github.com/bufbuild/buf-language-server/cmd/bufls@latest
-
-bufls is a Protobuf language server compatible with Buf modules and workspaces
-
-Snippet to enable the language server: >lua
- vim.lsp.enable('bufls')
-
-
-Default config:
-- cmd: >lua
- { "bufls", "serve" }
-- filetypes: >lua
- { "proto" }
-- root_markers: >lua
- { "buf.work.yaml", ".git" }
-<
-
-------------------------------------------------------------------------------
bzl
https://bzl.io/
@@ -1595,11 +1572,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gf40672be99"
+ version = "0.12.0-dev+g869e55f2aa"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gf40672be99"
+ version = "0.12.0-dev+g869e55f2aa"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106