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: alter package.path in accordance with the runtimepath #5

Open vhyrro opened 8 months ago

vhyrro commented 8 months ago

According to the help pages, both are kept in sync by Neovim, however this doesn't seem to always be consistent. This patch also modifies the package.path to ensure that all Lua modules can be properly located by Neovim.

It's also possible that there's a race condition between rocks-config.nvim and rocks-dev.nvim trying to do the same thing at once - something to look into.

github-actions[bot] commented 8 months ago

Review Checklist

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

Proper conventional commit scoping:

If applicable: