fix(treesitter): enable highlight? was this really not enabled by default? didn't event notice
1 files changed, 1 insertions(+), 0 deletions(-) M config/plugins/treesitter.nix
M config/plugins/treesitter.nix => config/plugins/treesitter.nix +1 -0
@@ 1,5 1,6 @@ { plugins.treesitter = { enable = true; + settings.highlight.enable = true; }; }