aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-16 12:23:13 +0200
committerJustin M. Keyes <justinkz@gmail.com>2024-10-18 12:30:55 +0200
commit679d978e644778abcf7b4552f9b763c040a8f0b5 (patch)
treebce3c06c00e604d48721e72a780c15860da8455c /doc
parentrefactor: minor cleanup #3379 (diff)
downloadnvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar.gz
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar.bz2
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar.lz
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar.xz
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.tar.zst
nvim-lspconfig-679d978e644778abcf7b4552f9b763c040a8f0b5.zip
fix(lspinfo)!: remove config.lspinfo
Problem: `config.lspinfo` is an undocumented feature that allows extending the info shown in `:LspInfo` (`:checkhealth lspconfig`). This feature is unwanted because: - it's undocumented - it adds a maintenance burden - it provides info that should be derived from the LSP protocol itself. Solution: Remove support for `config.lspinfo`. Instead, `:LspInfo` (`:checkhealth lspconfig`) should be enhanced to automatically gather this kind of extra info from the server response.
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md4
-rw-r--r--doc/configs.txt4
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md
index ec07c840..4b4a34d1 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -5592,10 +5592,6 @@ require'lspconfig'.hls.setup{}
```lua
{ "haskell", "lhaskell" }
```
- - `lspinfo` :
- ```lua
- see source file
- ```
- `root_dir` :
```lua
root_pattern("hie.yaml", "stack.yaml", "cabal.project", "*.cabal", "package.yaml")
diff --git a/doc/configs.txt b/doc/configs.txt
index ec07c840..4b4a34d1 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -5592,10 +5592,6 @@ require'lspconfig'.hls.setup{}
```lua
{ "haskell", "lhaskell" }
```
- - `lspinfo` :
- ```lua
- see source file
- ```
- `root_dir` :
```lua
root_pattern("hie.yaml", "stack.yaml", "cabal.project", "*.cabal", "package.yaml")