From 324c770c308c5063f2b0d2868acf46c68a59b80f Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 19 Mar 2024 12:32:02 +0530 Subject: [PATCH] set viAlias to true --- modules/home-manager/nvim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/nvim/default.nix b/modules/home-manager/nvim/default.nix index 65e6bcd..69faf80 100755 --- a/modules/home-manager/nvim/default.nix +++ b/modules/home-manager/nvim/default.nix @@ -8,7 +8,7 @@ enable = true; defaultEditor = true; - viAlias = false; + viAlias = true; vimAlias = true; withPython3 = true;