From 78d0fdd8723ae6e07d28fde539084917909b937b Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 8 Sep 2024 20:55:57 +0200 Subject: [PATCH] hermit/configuration.nix: enable neovim --- hosts/vali/hermit/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vali/hermit/configuration.nix b/hosts/vali/hermit/configuration.nix index a342463..9515848 100644 --- a/hosts/vali/hermit/configuration.nix +++ b/hosts/vali/hermit/configuration.nix @@ -28,7 +28,7 @@ editors = { emacs.enable = true; # only emacs for me, right now. - neovim.enable = false; + neovim.enable = true; # sadly just not advanced enough, yet. helix.enable = true; kakoune.enable = false;