feat(nvim): enable aliases
This commit is contained in:
parent
690a034175
commit
2d4135552c
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ in
|
|||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
|
||||
extraConfig = builtins.concatStringsSep "\n" [
|
||||
|
|
Loading…
Reference in a new issue