-
Notifications
You must be signed in to change notification settings - Fork 3
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: warn about wrong 'dir' values #35
Conversation
Warn about non-existing directories to help the user debug its config
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
cbab7e7
to
d48aceb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
At a later time, we could change the warning to Run ':checkhealth rocks-dev.nvim'
and add health checks (like we do in rocks-config).
This will still try to load the plugin if the directory is not found. Do we want to skip that?
I think it's fine. If user wants to restore the folder after neovim's start, it might work again without having to restart neovim. |
Warn about non-existing directories to help the user debug its config.
Feel free to edit/do anything to this PR