diff --git a/home/common/neovim.nix b/home/common/neovim.nix index f1d9a92..3c5a7a8 100644 --- a/home/common/neovim.nix +++ b/home/common/neovim.nix @@ -2,7 +2,7 @@ { programs.neovim = { enable = true; - default = true; + defaultEditor = true; viAlias = true; vimAlias = true; vimdiffAlias = true;