Skip to content

Commit

Permalink
nvim: re-enable tresitter highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 28, 2024
1 parent 95009b0 commit 09c6799
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/config/treesitter.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
plugins.treesitter = {
enable = true;
settings.indent.enable = true;
settings = {
highlight.enable = true;
indent.enable = true;
};
};
plugins.treesitter-context = {
enable = true;
Expand Down

0 comments on commit 09c6799

Please sign in to comment.