mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +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
|
@ -11,7 +11,7 @@ let
|
|||
in
|
||||
telescopeHelpers.mkExtension {
|
||||
name = "undo";
|
||||
defaultPackage = pkgs.vimPlugins.telescope-undo-nvim;
|
||||
package = "telescope-undo-nvim";
|
||||
|
||||
# TODO: introduced 2024-03-24, remove on 2024-05-24
|
||||
optionsRenamedToSettings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue