diff options
| -rw-r--r-- | doc/lspconfig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index 3fd42dc2..492040e8 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -77,6 +77,9 @@ buffer) by typing: >vim The following _global_ commands are provided by nvim-lspconfig: :LspInfo *:LspInfo* + +Note: Use `:checkhealth vim.lsp` with Nvim 0.12+. + Alias to `:checkhealth vim.lsp`. Shows the status of active LSP clients and servers. |
