mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
ed49d9d866
To healthcheck the "foo" plugin: :CheckHealth foo To healthcheck the "foo" and "bar" plugins: :CheckHealth foo bar To run all auto-discovered healthchecks: :CheckHealth
2 lines
60 B
VimL
2 lines
60 B
VimL
command! -nargs=* CheckHealth call health#check([<f-args>])
|