From f91dc7f60cfb8650878e4af74d1ae05d2c8e4a78 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 10 Apr 2023 17:51:50 -0400 Subject: [PATCH] Fixed nvim default editor --- homeConfig/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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