feat(neovim): update config
This commit is contained in:
parent
5a6de0b6c8
commit
906f41da4d
6 changed files with 12 additions and 12 deletions
|
@ -20,9 +20,7 @@
|
|||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
home.sessionVariables = with pkgs; {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
home.sessionVariables = with pkgs; { EDITOR = "nvim"; };
|
||||
programs.neovim.enable = true;
|
||||
programs.neovim.viAlias = true;
|
||||
programs.neovim.vimAlias = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue