home: vim: make it the default editor explicitly
This commit is contained in:
parent
6b4c01a242
commit
4971634115
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue