Skip to content

Commit

Permalink
✨ (treesitter): enable highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Aug 12, 2024
1 parent e2090f3 commit 3e5e081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/plug/treesitter/treesitter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
indent = {
enable = true;
};
highlight = {
enable = true;
};
};

folding = true;
languageRegister.liq = "liquidsoap";
nixvimInjections = true;
Expand Down

0 comments on commit 3e5e081

Please sign in to comment.