diff --git a/modules/programs/vim.nix b/modules/programs/vim.nix
index c77c0d45..dd6ea12a 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 '' -qaP -A vimPlugins
'';
};