mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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;
|
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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue