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

What counts as a "matching config module"? #13

Closed pianocomposer321 closed 4 months ago

pianocomposer321 commented 5 months ago

The README says:

Upon startup, for each plugin in the rocks.toml's [plugins] table, this module will search for a matching config module in and load it if one is found.

But it doesn't say anywhere what config will match a certain plugin. The example also doesn't give much information. What would I have to name a config file for it to be "matched" by the config loader?

mrcjkb commented 5 months ago

Hey :wave:

I've opened a PR that includes some clearer documentation.

Please feel free to provide feedback if it is still not clear enough :smile:

pianocomposer321 commented 5 months ago

This answers my question. Thanks for the quick response! 🙌