vim: better way to get a list of available plugins

This commit is contained in:
Nikita Uvarov 2018-09-15 10:58:13 +02:00
parent ea74820176
commit f4417feab4
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -75,8 +75,8 @@ in
default = defaultPlugins;
example = [ "YankRing" ];
description = ''
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"/>.
List of vim plugins to install. To get a list of supported plugins run:
<command>nix-env -f '<nixpkgs>' -qaP -A vimPlugins</command>
'';
};