From 90f704fde0ff162d89894c24086e8c281cfa97a9 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 22 Jul 2024 15:14:17 +0530 Subject: [PATCH] remove vi alias --- modules/home-manager/nvim/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home-manager/nvim/default.nix b/modules/home-manager/nvim/default.nix index fc70e3e..3ffdcb5 100755 --- a/modules/home-manager/nvim/default.nix +++ b/modules/home-manager/nvim/default.nix @@ -7,10 +7,7 @@ neovim = { enable = true; defaultEditor = true; - - viAlias = true; vimAlias = true; - withPython3 = true; withNodeJs = true; };