ethanholz / freeze.nvim

A Neovim plugin for freeze
MIT License
28 stars 5 forks source link

feat(#12): added `:checkhealth freeze` command #13

Open AlejandroSuero opened 4 months ago

AlejandroSuero commented 4 months ago

Now we can :checkhealth or :checkhealth freeze when the plugin is loaded to get the information about dependencies for the plugin.

All required dependencies installed:

:checkhealth freeze green pass

Missing required dependency freeze:

:checkhealth freeze required freeze not installed
ethanholz commented 3 months ago

Since this is checking for the existence of other tools (such as xclip), this is blocked by #7.

AlejandroSuero commented 3 months ago

@ethanholz it is that way in order to show that how we can add the necessary ones easily, but I can erase all except freeze, open and explorer if you want to merge it.