DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

78c24185d5ed09adaee4a7f655df74e74c4f35fb — Jonni Liljamo 4 days ago b0c242d
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;
  };
}