all repos — nixfiles @ 1ea3974cd0ac82421d1cbcac4075ab46760ee7cd

System and user configuration, managed by nix and home-manager

neovim: also set as alias for `vi`

Alan Pearce
commit

1ea3974cd0ac82421d1cbcac4075ab46760ee7cd

parent

aec14387c6651a4a067ef2ece4105210feeb4bc9

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/neovim.nixuser/settings/neovim.nix
@@ -4,6 +4,7 @@ }: {
programs.neovim = { enable = true; defaultEditor = true; + viAlias = true; vimAlias = true; vimdiffAlias = true; withNodeJs = true;