File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ let g:lsp_log_file = expand('~/vim-lsp.log')
183
183
let g:asyncomplete_log_file = expand('~/asyncomplete.log')
184
184
```
185
185
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:
187
187
188
188
``` vim
189
189
if !has('nvim') | Plug 'rhysd/vim-healthcheck' | endif
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ HEALTH CHECK *vim-lsp-healthcheck*
289
289
vim-lsp supports the | :CheckHealth | command which can be useful when debugging
290
290
lsp configuration issues.
291
291
292
- This command is included in neovim and implemented in vim with the
292
+ This command is implemented in vim with the
293
293
[vim-healthcheck](https://github.com/rhysd/vim-healthcheck ) plugin.
294
294
295
295
WIKI *vim-lsp-configure-wiki*
You can’t perform that action at this time.
0 commit comments