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