rename nvim package

This commit is contained in:
Sean Buckley 2021-04-14 13:34:47 -04:00
parent a5ce0e5446
commit 47dafad370

View file

@ -11,7 +11,7 @@ in
enable = true; enable = true;
viAlias = true; viAlias = true;
configure = { configure = {
packages.foo.start = [ pkgs.vimPlugins.vim-nix ]; packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
customRC = '' customRC = ''
set nowrap scrolloff=9 set nowrap scrolloff=9
''; '';