nixvim: set default editor & add alias

This commit is contained in:
Khaïs COLIN 2024-07-27 13:29:25 +02:00
parent 4bcc3d19f6
commit fb30a02e78
3 changed files with 10 additions and 1 deletions

View file

@ -76,6 +76,9 @@ in {
gp = "git push";
gd = "git diff";
gds = "git diff --staged";
vim = "nvim";
vi = "nvim";
};
};
}