From f185c27126bdba33e0bc0c57d50f7f93db562cf2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 20:10:17 +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 9c0aa620..0e94dc10 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -50,7 +50,7 @@ breakindent = true; colorcolumn = "100"; # This is the default value. `:help cot` to see the available options. - completeopt = "menu,preview"; + # completeopt = "menu,preview"; cursorline = true; }; plugins = {