From df4923fe19c3b497eb248b6493353fad5b1a310b Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 20:42:44 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index e023a135..92cbf2e7 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -19,7 +19,7 @@ colorcolumn = "100"; # This is the default value. `:help cot` to see the available options. completeopt = "menu,preview"; - cursorline = true; + # cursorline = true; }; plugins = {