From 301a3badde8a62a88f12a73e159b71db3a8897f7 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Mar 2023 16:49:48 -0400 Subject: [PATCH] nvim default --- homeConfig/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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