From a80de676b362b7efec3edffac84d769a951e80d1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 13:45:41 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 5dd0540e..d3d971eb 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -6,6 +6,8 @@ programs.nixvim = { enable = true; options = { + viAlias = true; + vimAlias = true; number = true; shiftwidth = 2; };