nvim-neorocks / rocks-config.nvim

Allow rocks.nvim to help configure your plugins.
GNU General Public License v3.0
56 stars 2 forks source link

fix: proper heuristics match loop conditioning #2

Closed NTBBloodbath closed 9 months ago

NTBBloodbath commented 9 months ago

For some reason, Lua's break was causing issues with the plugins configuration loading when the first heuristic didn't match at all, causing the two remaining heuristics to not be checked

github-actions[bot] commented 9 months ago

Review Checklist

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

Proper conventional commit scoping:

If applicable:

NTBBloodbath commented 9 months ago

I have no idea why CIs fail, they also failed on existing commits. I'll have to take a look at it later.

vhyrro commented 9 months ago

thank you :D