Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created August 3, 2023 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambryancs/d63350fb65eeb3e252ba3438a7fb33b0 to your computer and use it in GitHub Desktop.
Save iambryancs/d63350fb65eeb3e252ba3438a7fb33b0 to your computer and use it in GitHub Desktop.
nvim check plugin health

To check the health of a plugin, run:

:checkhealth <plugin_name>

Example, to check telescope plugin's health and see any missing deps:

:checkhealth telscope

It should return something like:


==============================================================================
telescope: require("telescope.health").check()

Checking for required plugins ~
- OK plenary installed.
- OK nvim-treesitter installed.

Checking external dependencies ~
- OK rg: found ripgrep 13.0.0
- OK fd: found fd 8.3.1

===== Installed extensions ===== ~

Telescope Extension: `terms` ~
- No healthcheck provided

Telescope Extension: `themes` ~
- No healthcheck provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment