From 55f22b08f1a310bc3e3fcb664a79e8f2a58e6627 Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 9 Jan 2025 15:28:59 +0100 Subject: [PATCH] fix(common): enable neovim correctly --- configs/common.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/common.nix b/configs/common.nix index f7ad2d4..98f91ff 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -67,7 +67,6 @@ in git htop ncdu - neovim ripgrep wget ]; @@ -160,6 +159,11 @@ in enable = true; enableFishIntegration = true; }; + + neovim = { + enable = true; + defaultEditor = true; + }; }; security = {