From ba2254189d9a2f80887b07b9dabdb482abe37073 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 4 Jan 2024 15:04:58 +0100 Subject: [PATCH] Remove mention of neovim as the checkhealth syntax is deprecated there --- README.md | 2 +- doc/vim-lsp.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 293962285..f7d16352c 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ let g:lsp_log_file = expand('~/vim-lsp.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 if !has('nvim') | Plug 'rhysd/vim-healthcheck' | endif diff --git a/doc/vim-lsp.txt b/doc/vim-lsp.txt index 938f00b93..f47f6ac4c 100644 --- a/doc/vim-lsp.txt +++ b/doc/vim-lsp.txt @@ -289,7 +289,7 @@ HEALTH CHECK *vim-lsp-healthcheck* vim-lsp supports the |:CheckHealth| command which can be useful when debugging 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. WIKI *vim-lsp-configure-wiki*