diff --git a/modules/programs/vim.nix b/modules/programs/vim.nix
index c77c0d45d..0caa6dcc3 100644
--- a/modules/programs/vim.nix
+++ b/modules/programs/vim.nix
@@ -75,8 +75,8 @@ in
default = defaultPlugins;
example = [ "YankRing" ];
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:
+ nix-env -f '<nixpkgs>' -qaP -A vimPlugins.
'';
};