Skip to content
Alisue edited this page Jan 12, 2023 · 6 revisions

FAQ

How to find the reason why denops.vim does not work?

Users can find the detailed reason by using checkhealth command in Neovim or CheckHealth command in Vim with rhysd/vim-healthcheck like

Neovim

denops: health#denops#check
========================================================================
  - INFO: Supported Deno version: `1.28.0`
  - INFO: Detected Deno version: `1.26.2`
  - ERROR: Unsupported Deno version is detected. You need to upgrade it to `1.28.0` or later.
  - INFO: Supported Neovim version: `0.8.0`
  - INFO: Detected Neovim version: `0.8.2`
  - OK: Neovim version check: passed
  - INFO: Denops status: `stopped`
  - ERROR: Denops is stopped. Execute `:message` command to find reasons.

Vim with rhysd/vim-healthcheck

denops: health#denops#check
========================================================================
  - INFO: Supported Deno version: `1.28.0`
  - INFO: Detected Deno version: `1.26.2`
  - ERROR: Unsupported Deno version is detected. You need to upgrade it to `1.28.0` or later.
  - INFO: Supported Vim version: `9.0.0472`
  - INFO: Detected Vim version: `9.0.1151`
  - OK: Vim version check: passed
  - INFO: Denops status: `stopped`
  - ERROR: Denops is stopped. Execute `:message` command to find reasons.

Clone this wiki locally