Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AlejandroSuero
Copy link
Contributor

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
  • checkhealth command
  • autoload checkhealth
  • plugin folder for requirements, it can be modified to alert if NeoVim version is lower than the APIs that we use, I think v0.8.0 is fine, but lower I think some are deprecated or not functioning.

@ethanholz
Copy link
Owner

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

@AlejandroSuero
Copy link
Contributor Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants