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 {
|
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…
Add table
Add a link
Reference in a new issue