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:
parent
94fad32e41
commit
310b604f92
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue