diff --git a/home/vim/default.nix b/home/vim/default.nix index 3f5065c..55d07ac 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -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;