Skip to content

Commit

Permalink
enable treesitter highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
olistrik committed Jan 12, 2025
1 parent 76b0cf5 commit d2e4e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim/plugins/treesitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ mkPlugin "treesitter" {
tree-sitter-go-template
];
settings = {
highlight.enable = true;
incremental_selection.enable = true;
indent.enable = true;
};
};
Expand Down

0 comments on commit d2e4e67

Please sign in to comment.