mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 05:44:31 +02:00
plugins/telescope: enabledExtensions doc refer to extraPlugins
Instead of referring to seemingly incorrect `extraPackages`
This commit is contained in:
parent
029eafd70d
commit
81df7156ae
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
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
|
||||
added to `extraPackages`.
|
||||
added to `extraPlugins`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue