vim, zsh: use DocBook links in description

This commit is contained in:
Robert Helgesson 2017-09-30 12:10:52 +02:00
parent e9deaf2ca5
commit bcff7274f4
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
2 changed files with 5 additions and 4 deletions

View file

@ -32,8 +32,8 @@ in
default = defaultPlugins;
example = [ "YankRing" ];
description = ''
List of vim plugins to install.
For supported plugins see: https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-plugin-names
List of vim plugins to install. For supported plugins see:
<link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-plugin-names"/>.
'';
};

View file

@ -105,8 +105,9 @@ let
type = types.str;
example = "$HOME/my_customizations";
description = ''
Path to a custom oh-my-zsh package to override config of oh-my-zsh.
See: https://github.com/robbyrussell/oh-my-zsh/wiki/Customization
Path to a custom oh-my-zsh package to override config of
oh-my-zsh. See <link xlink:href="https://github.com/robbyrussell/oh-my-zsh/wiki/Customization"/>
for more information.
'';
};