remove conflicting vim alias

This commit is contained in:
Daniel Winkler 2026-01-30 16:57:40 +11:00
commit 43c6cb3fcd
6 changed files with 21 additions and 19 deletions

View file

@ -47,7 +47,7 @@
nix = true;
optional = false;
python = false;
r = true;
r = false;
};
settings = {
@ -132,8 +132,8 @@
in {
default = nvimPkg;
vv = nvimPkg;
vim = nvimPkg;
nvim = nvimPkg;
#vim = nvimPkg;
#nvim = nvimPkg;
}
);