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;
viAlias = true;
configure = {
packages.foo.start = [ pkgs.vimPlugins.vim-nix ];
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
customRC = ''
set nowrap scrolloff=9
'';