diff --git a/homeConfig/home.nix b/homeConfig/home.nix index b54d0a1..0d9901b 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -46,11 +46,11 @@ # PROGRAM CONFIGS # NEOVIM + home.sessionVariables.EDITOR = "nvim"; programs.neovim = { enable = true; viAlias = true; vimAlias = true; - defaultEditor = true; plugins = with pkgs; [ vimPlugins.nvim-treesitter.withAllGrammars