From 2b4d295d0aaad9a34711e78ab6771cb9176d2120 Mon Sep 17 00:00:00 2001 From: foxora Date: Thu, 16 Apr 2026 21:54:26 +0100 Subject: [PATCH] re-enabled hlchunk --- homes/modules/programs/neovim/nixcats.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/modules/programs/neovim/nixcats.nix b/homes/modules/programs/neovim/nixcats.nix index e848ce9..79ee410 100644 --- a/homes/modules/programs/neovim/nixcats.nix +++ b/homes/modules/programs/neovim/nixcats.nix @@ -244,7 +244,7 @@ in { ui = { dressing = true; lualine = true; - hlchunk = false; # seems really laggy + hlchunk = true; }; qol = true;