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 {
|
config.programs.neovim = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
# This is the best editor
|
||||||
|
defaultEditor = true;
|
||||||
|
|
||||||
# All the aliases
|
# All the aliases
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue