nvim-neorocks / rocks-config.nvim

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

Rockspec for version 1.2.2-1 does not mark "after" directory to be copied, so the plugin never loads. #18

Closed Invisible-Rabbit-Hunter closed 5 months ago

Invisible-Rabbit-Hunter commented 5 months ago

As the title suggests, the latest version on luarocks, 1.2.2-1, does not have the "after" directory copied, which leads to the plugin not being initialised. and thus no configs are loaded. This is not an issue for version 1.2.1-1, as there the "plugin" directory is marked for copying.

mrcjkb commented 5 months ago

Hey :wave:

Thanks for reporting. I have just merged an API into rocks.nvim for extensions like this one to inject behaviour before any plugins are sourced (so that rocks-config can also be used for vim.g configuration options). Once I have published a release, I can implement the hook in rocks-config, and this issue will be solved.

mrcjkb commented 5 months ago

https://github.com/nvim-neorocks/rocks-config.nvim/pull/19