mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
rename nvim package
This commit is contained in:
parent
a5ce0e5446
commit
47dafad370
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue