feat(nvim): add vim and vi aliases
This commit is contained in:
parent
ca49558306
commit
6974d288a5
|
@ -13,6 +13,8 @@ in {
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
# customVim.tabline-vim
|
||||
|
|
Loading…
Reference in a new issue