mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
plugins/telescope/extensions: use lib.mkPackageOption
This commit is contained in:
parent
1fd4b6c739
commit
dfb754cdc4
8 changed files with 22 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
(import ./_helpers.nix { inherit lib config pkgs; }).mkExtension {
|
||||
name = "ui-select";
|
||||
defaultPackage = pkgs.vimPlugins.telescope-ui-select-nvim;
|
||||
package = "telescope-ui-select-nvim";
|
||||
|
||||
settingsExample = {
|
||||
specific_opts.codeactions = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue