From 4a280fe9fd9383643ddfe53c133fe8873f8d7fa0 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 6 Jun 2025 02:12:25 +0000 Subject: [PATCH] deploy: de8463dd3ef259502b937fac37fadd6adc252bfe --- options.xhtml | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/options.xhtml b/options.xhtml index e3981712f..67cf74872 100644 --- a/options.xhtml +++ b/options.xhtml @@ -73096,16 +73096,6 @@ list of (submodule)

[ ]

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 name.plugin.zsh +using the plugin name from the plugin src.

Type: string

@@ -73157,8 +73179,7 @@ string

-

The name of the plugin.

Don’t forget to add file -if the script name does not follow convention.

+

The name of the plugin.

Type: string