diff --git a/modules/editors/neovim/default.nix b/modules/editors/neovim/default.nix index 98f2a2f..94d659f 100644 --- a/modules/editors/neovim/default.nix +++ b/modules/editors/neovim/default.nix @@ -18,6 +18,8 @@ in { "nvim/lua" = { source = ./lua; recursive = true; }; }; + env.EDITOR = "nvim"; + environment.shellAliases = { vim = "nvim"; v = "nvim";