remove vi alias

This commit is contained in:
2024-07-22 15:14:17 +05:30
parent 312e554e35
commit 90f704fde0

View File

@ -7,10 +7,7 @@
neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withPython3 = true;
withNodeJs = true;
};