diff options
| author | 2025-03-29 15:30:34 +0300 | |
|---|---|---|
| committer | 2025-03-29 15:45:24 +0300 | |
| commit | a71ab8d6fd8ec90212e726ab910697b97847d25f (patch) | |
| tree | d01cd106c8c7e1e5ee589aecdf0d047b46af9289 /flake.nix | |
| parent | deps: nix flake update (diff) | |
| download | neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.tar.gz neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.tar.bz2 neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.tar.lz neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.tar.xz neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.tar.zst neovim-configuration-a71ab8d6fd8ec90212e726ab910697b97847d25f.zip | |
fix: add `vi` alias
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |
