We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6992186 + 89abe5b commit b8c7ac0Copy full SHA for b8c7ac0
modules/programs/vim.nix
@@ -77,7 +77,7 @@ in
77
config = mkIf cfg.enable {
78
79
environment.systemPackages =
80
- [ # Include vim_configurable package.
+ [ # Include vim-full package.
81
cfg.package
82
];
83
@@ -92,7 +92,7 @@ in
92
endif
93
'';
94
95
- programs.vim.package = pkgs.vim_configurable.customize {
+ programs.vim.package = pkgs.vim-full.customize {
96
name = "vim";
97
vimrcConfig.customRC = config.environment.etc."vimrc".text;
98
vimrcConfig.vam = {
0 commit comments