diff options
| author | brustybee <bee@4d2.org> | 2026-03-10 01:16:33 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-10 01:16:33 +0530 |
| commit | 34e147989c1b8d5a930b5a28d38fb85c2c6fb89c (patch) | |
| tree | 81a2c6c50add89c7234b8f860040a9074a1042c3 /cats.nix | |
| parent | 0ab4b001a573cda44d461143f2c17a096e670944 (diff) | |
Disable hints for lua ls and add hlchunk
Diffstat (limited to 'cats.nix')
| -rw-r--r-- | cats.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,6 +132,11 @@ in ]; }; + ui = [ + # mini-indentscope + hlchunk-nvim + ]; + tsitter = [ nvim-treesitter.withAllGrammars nvim-treesitter-textobjects |
