plugins/telescope: enabledExtensions doc refer to extraPlugins

Instead of referring to seemingly incorrect `extraPackages`
This commit is contained in:
Shahar "Dawn" Or 2024-10-24 10:22:13 +07:00
parent 029eafd70d
commit 81df7156ae

View file

@ -85,7 +85,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
more than just provide Telescope extensions may use `plugins.<name>.enableTelescope` instead. more than just provide Telescope extensions may use `plugins.<name>.enableTelescope` instead.
If you add an extension to this list manually, it is your responsibility to ensure the relevant plugin is also If you add an extension to this list manually, it is your responsibility to ensure the relevant plugin is also
added to `extraPackages`. added to `extraPlugins`.
''; '';
}; };