nixos/vim: fix example package
vimHugeX is now an alias for vim-full
This commit is contained in:
parent
84575b0bd8
commit
7bb8a42095
@ -19,7 +19,7 @@ in {
|
||||
type = types.package;
|
||||
default = pkgs.vim;
|
||||
defaultText = literalExpression "pkgs.vim";
|
||||
example = literalExpression "pkgs.vimHugeX";
|
||||
example = literalExpression "pkgs.vim-full";
|
||||
description = lib.mdDoc ''
|
||||
vim package to use.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user