File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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')
183183let 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
189189if !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*
289289vim-lsp supports the | :CheckHealth | command which can be useful when debugging
290290lsp 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
295295WIKI *vim-lsp-configure-wiki*
You can’t perform that action at this time.
0 commit comments