From 34e147989c1b8d5a930b5a28d38fb85c2c6fb89c Mon Sep 17 00:00:00 2001 From: brustybee Date: Tue, 10 Mar 2026 01:16:33 +0530 Subject: Disable hints for lua ls and add hlchunk --- cats.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cats.nix') diff --git a/cats.nix b/cats.nix index 781313e..953f6bf 100644 --- a/cats.nix +++ b/cats.nix @@ -132,6 +132,11 @@ in ]; }; + ui = [ + # mini-indentscope + hlchunk-nvim + ]; + tsitter = [ nvim-treesitter.withAllGrammars nvim-treesitter-textobjects -- cgit v1.3.1