mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
remove conflicting vim alias
This commit is contained in:
parent
a142394bc8
commit
43c6cb3fcd
6 changed files with 21 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue