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 = {