From 4a280fe9fd9383643ddfe53c133fe8873f8d7fa0 Mon Sep 17 00:00:00 2001
From: khaneliman
[ ]
Example:
[
- {
- # will source zsh-autosuggestions.plugin.zsh
- name = "zsh-autosuggestions";
- src = pkgs.fetchFromGitHub {
- owner = "zsh-users";
- repo = "zsh-autosuggestions";
- rev = "v0.4.0";
- sha256 = "0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc";
- };
- }
{
name = "enhancd";
file = "init.sh";
@@ -73116,10 +73106,40 @@ list of (submodule)
sha256 = "0iqa9j09fwm6nj5rpip87x3hnvbbz9w9ajgm6wkrd5fls8fn8i5g";
};
}
+{
+ name = "wd";
+ src = pkgs.zsh-wd;
+ file = "share/wd/wd.plugin.zsh";
+ completions = [ "share/zsh/site-functions" ];
+}
]
+Declared by:
+
+
+<home-manager/modules/programs/zsh.nix>
+
+ |
programs.zsh.plugins.*.completions
+
+
+Paths of additional functions to add to fpath.
Type: +list of string
+ +Default:
+[ ]
Declared by:
|
@@ -73136,7 +73156,9 @@ list of (submodule)
The plugin script to source. +The plugin script to source.
+Required if the script name does not match Type: string @@ -73157,8 +73179,7 @@ stringThe name of the plugin. Don’t forget to add The name of the plugin. Type: string |