Skip to content

Commit

Permalink
feat(nvim): make nvim default for vi(m)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Nov 22, 2024
1 parent 7c2a7f3 commit 8d54ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ let
aliases = {
vimdiff = "${nvim-rg} -d";
nvim = nvim-rg;
vim = nvim-rg;
vi = nvim-rg;
};
in
{
Expand Down

0 comments on commit 8d54ce7

Please sign in to comment.