plugins/telescope/extensions: use lib.mkPackageOption

This commit is contained in:
Matt Sturgeon 2024-09-02 14:25:18 +01:00
parent 1fd4b6c739
commit dfb754cdc4
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
8 changed files with 22 additions and 11 deletions

View file

@ -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;