Skip to content

Commit f7ccf00

Browse files
Remove mention of neovim as the checkhealth syntax is deprecated there (#1525)
Co-authored-by: Prabir Shrestha <[email protected]>
1 parent b132b6a commit f7ccf00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ let g:lsp_log_file = expand('~/vim-lsp.log')
183183
let g:asyncomplete_log_file = expand('~/asyncomplete.log')
184184
```
185185

186-
You can get detailed status on your servers using `:CheckHealth` -- built into neovim or in a plugin on vim:
186+
You can get detailed status on your servers using `:CheckHealth` with a plugin on vim:
187187

188188
```vim
189189
if !has('nvim') | Plug 'rhysd/vim-healthcheck' | endif

Diff for: doc/vim-lsp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ HEALTH CHECK *vim-lsp-healthcheck*
289289
vim-lsp supports the |:CheckHealth| command which can be useful when debugging
290290
lsp configuration issues.
291291

292-
This command is included in neovim and implemented in vim with the
292+
This command is implemented in vim with the
293293
[vim-healthcheck](https://github.com/rhysd/vim-healthcheck) plugin.
294294

295295
WIKI *vim-lsp-configure-wiki*

0 commit comments

Comments
 (0)