mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-24 12:14:32 +01:00
Remove mention of neovim as the checkhealth syntax is deprecated there (#1525)
Co-authored-by: Prabir Shrestha <mail@prabir.me>
This commit is contained in:
@@ -183,7 +183,7 @@ let g:lsp_log_file = expand('~/vim-lsp.log')
|
|||||||
let g:asyncomplete_log_file = expand('~/asyncomplete.log')
|
let g:asyncomplete_log_file = expand('~/asyncomplete.log')
|
||||||
```
|
```
|
||||||
|
|
||||||
You can get detailed status on your servers using `:CheckHealth` -- built into neovim or in a plugin on vim:
|
You can get detailed status on your servers using `:CheckHealth` with a plugin on vim:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
if !has('nvim') | Plug 'rhysd/vim-healthcheck' | endif
|
if !has('nvim') | Plug 'rhysd/vim-healthcheck' | endif
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ HEALTH CHECK *vim-lsp-healthcheck*
|
|||||||
vim-lsp supports the |:CheckHealth| command which can be useful when debugging
|
vim-lsp supports the |:CheckHealth| command which can be useful when debugging
|
||||||
lsp configuration issues.
|
lsp configuration issues.
|
||||||
|
|
||||||
This command is included in neovim and implemented in vim with the
|
This command is implemented in vim with the
|
||||||
[vim-healthcheck](https://github.com/rhysd/vim-healthcheck) plugin.
|
[vim-healthcheck](https://github.com/rhysd/vim-healthcheck) plugin.
|
||||||
|
|
||||||
WIKI *vim-lsp-configure-wiki*
|
WIKI *vim-lsp-configure-wiki*
|
||||||
|
|||||||
Reference in New Issue
Block a user