From 63edfe98c80d73a8cf301a59a9616c57845a617c Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 20:54:42 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index a96b76db..9e2311e1 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -18,6 +18,7 @@ # Indent wrapped text. breakindent = true; colorcolumn = "100"; + showmode = false; }; plugins = { treesitter.enable = true;