home: vim: make it the default editor explicitly
This commit is contained in:
parent
6b4c01a242
commit
4971634115
|
@ -24,6 +24,10 @@ in
|
|||
|
||||
config.programs.neovim = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
|
||||
# This is the best editor
|
||||
defaultEditor = true;
|
||||
|
||||
# All the aliases
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
|
Loading…
Reference in a new issue