alias for nvim to vi and vim
This commit is contained in:
parent
fa162a9f9d
commit
b70e3c9ce0
2 changed files with 8 additions and 0 deletions
modules/software
|
@ -9,5 +9,6 @@
|
|||
./virt.nix
|
||||
./android.nix
|
||||
#./mpv.nix
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
||||
|
|
7
modules/software/neovim.nix
Normal file
7
modules/software/neovim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue