Skip to content

Commit

Permalink
treesitter: add rainbow brackets (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored Oct 20, 2023
1 parent da2ebfc commit 0bb4dd0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions config/treesitter.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
plugins.treesitter = {
enable = true;
nixGrammars = true;
indent = true;
plugins = {
treesitter = {
enable = true;
nixGrammars = true;
indent = true;
};
treesitter-context.enable = true;
rainbow-delimiters.enable = true;
};
plugins.treesitter-context.enable = true;
}

0 comments on commit 0bb4dd0

Please sign in to comment.