nvim-neorocks / rocks-dev.nvim

A swiss-army knife for testing and developing rocks.nvim modules.
GNU General Public License v3.0
15 stars 3 forks source link

feat: warn about wrong 'dir' values #35

Closed teto closed 2 months ago

teto commented 2 months ago

Warn about non-existing directories to help the user debug its config.

Feel free to edit/do anything to this PR

github-actions[bot] commented 2 months ago

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

If applicable:

teto commented 2 months ago

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. I agree with the checkhealth, would be nice to have but this addresses the most urgent part.