From 64892354c00c79cdf5eeb1c04624e64334ae6f8e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 16 Feb 2026 10:56:19 +0100 Subject: set nevim as default Editor instead of helix --- modules/home/i3wm/nord-blue/nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/i3wm/nord-blue/nvim.nix') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index e3904bc..2ebd8cf 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -9,7 +9,7 @@ programs.neovim = { enable = true; - defaultEditor = false; + defaultEditor = true; viAlias = true; vimAlias = true; -- cgit v1.2.3