vim, zsh: use DocBook links in description
This commit is contained in:
parent
e9deaf2ca5
commit
bcff7274f4
|
@ -32,8 +32,8 @@ in
|
||||||
default = defaultPlugins;
|
default = defaultPlugins;
|
||||||
example = [ "YankRing" ];
|
example = [ "YankRing" ];
|
||||||
description = ''
|
description = ''
|
||||||
List of vim plugins to install.
|
List of vim plugins to install. For supported plugins see:
|
||||||
For supported plugins see: https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-plugin-names
|
<link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-plugin-names"/>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -105,8 +105,9 @@ let
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "$HOME/my_customizations";
|
example = "$HOME/my_customizations";
|
||||||
description = ''
|
description = ''
|
||||||
Path to a custom oh-my-zsh package to override config of oh-my-zsh.
|
Path to a custom oh-my-zsh package to override config of
|
||||||
See: https://github.com/robbyrussell/oh-my-zsh/wiki/Customization
|
oh-my-zsh. See <link xlink:href="https://github.com/robbyrussell/oh-my-zsh/wiki/Customization"/>
|
||||||
|
for more information.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue