mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/dependencies: add fish
This commit is contained in:
parent
480bb9b311
commit
ada40e0f74
2 changed files with 11 additions and 2 deletions
|
@ -58,8 +58,16 @@ let
|
|||
pluginName = "cmp-fish";
|
||||
sourceName = "fish";
|
||||
|
||||
extraOptions.fishPackage = lib.mkPackageOption pkgs "fish" { nullable = true; };
|
||||
extraConfig = cfg: { extraPackages = [ cfg.fishPackage ]; };
|
||||
imports = [
|
||||
# TODO: added 2025-04-07, remove after 25.05
|
||||
(lib.nixvim.mkRemovedPackageOptionModule {
|
||||
plugin = "cmp-fish";
|
||||
packageName = "fish";
|
||||
})
|
||||
];
|
||||
extraConfig = {
|
||||
dependencies.fish.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
{
|
||||
pluginName = "cmp-fuzzy-buffer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue