summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f3c7e97..fd85727 100644
--- a/flake.nix
+++ b/flake.nix
@@ -216,7 +216,7 @@
wrapRc = true;
# IMPORTANT:
# your alias may not conflict with your other packages.
- aliases = [ "vim" ];
+ aliases = [ "vi" "vim" ];
neovim-unwrapped = inputs.neovim-nightly-overlay.packages.${pkgs.system}.neovim;
};