mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 12:00:04 +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
|
@ -12,7 +12,7 @@ in
|
|||
telescopeHelpers.mkExtension {
|
||||
name = "file-browser";
|
||||
extensionName = "file_browser";
|
||||
defaultPackage = pkgs.vimPlugins.telescope-file-browser-nvim;
|
||||
package = "telescope-file-browser-nvim";
|
||||
|
||||
# TODO: introduced 2024-03-24, remove on 2024-05-24
|
||||
optionsRenamedToSettings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue