diff options
| author | glepnir <glephunter@gmail.com> | 2024-09-18 20:36:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 20:36:07 +0800 |
| commit | 73e0002b6f211376bbf36c31a2f812aedf6bd6b0 (patch) | |
| tree | e3320b5a0458b432d0762e4ade9ac4cadcbdc2c7 /doc/lspconfig.txt | |
| parent | fix(ltex-ls): command fails on windows when using mason (#3305) (diff) | |
| download | nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar.gz nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar.bz2 nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar.lz nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar.xz nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.tar.zst nvim-lspconfig-73e0002b6f211376bbf36c31a2f812aedf6bd6b0.zip | |
feat: show deprecate servers list in LspInfo (#3308)
* feat: show deprecate servers list in LspInfo
In order to smoothly transition to the vim.lsp.start interface in the future,
adding checkhealth here is meaningless. Only the lspinfo information window
is available. So shown deprecate servers list in LspInfo and update the
server deprecate remove version to 0.2.1. 0.2.0 is tagged too
quickly cause some servers not removed.
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'doc/lspconfig.txt')
| -rw-r--r-- | doc/lspconfig.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index ef5c1803..318e0622 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -461,7 +461,8 @@ COMMANDS *lspconfig-commands* - `:LspInfo` shows the status of active and configured language servers. Note that client id refers to the Nvim RPC instance connected to a given - language server. + language server. Also shows a list of deprecated servers that have been + configured. The following commands support tab-completion for all arguments. All commands that require a client id can either leverage tab-completion or the info |
