diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 8fa5fec..8da8c50 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -47,11 +47,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