change vim alias to nvim option
This commit is contained in:
parent
3f2f72083f
commit
589744006b
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.neovim.enable = true;
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# Utils
|
||||
c = "clear";
|
||||
vim = "nvim";
|
||||
# vim = "nvim";
|
||||
cat = "bat";
|
||||
nano = "micro";
|
||||
icat = "kitten icat";
|
||||
|
|
Loading…
Reference in a new issue