diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-08 14:06:21 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-08 14:06:21 -0600 |
| commit | 27fa76fc59948950e23313ed24fb3996ca5186c4 (patch) | |
| tree | 58da388475e7dfdd0c79f12207850ba22c2df73c | |
| parent | c167afd47c55fdc1e8c666ae7ea2952c72b5eafa (diff) | |
home/environ: enable vi(m) -> neovim aliases
| -rw-r--r-- | home/environ.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/environ.nix b/home/environ.nix index 5f3ec0f..bbec900 100644 --- a/home/environ.nix +++ b/home/environ.nix @@ -29,6 +29,9 @@ with lib; { neovim = { enable = true; + + viAlias = true; + vimAlias = true; withRuby = false; withPython3 = false; |
