1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-08 12:19:43 +01:00

vim: improve instructions for listing available plugins

(cherry picked from commit 6eea2a409e)
This commit is contained in:
Nikita Uvarov 2018-09-15 10:58:13 +02:00 committed by Robert Helgesson
parent 94fad32e41
commit 310b604f92
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -75,8 +75,8 @@ in
default = defaultPlugins; default = defaultPlugins;
example = [ "YankRing" ]; example = [ "YankRing" ];
description = '' description = ''
List of vim plugins to install. For supported plugins see: List of vim plugins to install. To get a list of supported plugins run:
<link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/vim-plugin-names"/>. <command>nix-env -f '&lt;nixpkgs&gt;' -qaP -A vimPlugins</command>.
''; '';
}; };