mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
plugins: use mk{Neovim,Vim}Plugin's dependencies parameter
This commit is contained in:
parent
b66559d8ef
commit
1a64636839
49 changed files with 147 additions and 207 deletions
|
@ -13,6 +13,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.svl ];
|
||||
|
||||
dependencies = [ "gh" ];
|
||||
|
||||
imports = [
|
||||
# TODO: added 2025-04-07, remove after 25.05
|
||||
(lib.nixvim.mkRemovedPackageOptionModule {
|
||||
|
@ -178,7 +180,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
extraConfig =
|
||||
cfg:
|
||||
lib.mkMerge [
|
||||
{ dependencies.gh.enable = lib.mkDefault true; }
|
||||
(lib.mkIf (cfg.settings.picker == null || cfg.settings.picker == "telescope") {
|
||||
plugins.telescope.enable = lib.mkDefault true;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue