DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 7e20cd097456d173fe4fb81d4ee3d2a9165018bb nvim-flake/config/plugins/treesitter.nix -rw-r--r-- 91 bytes
7e20cd09Jonni Liljamo feat(hover): remove a month ago
                                                                                
1
2
3
4
5
6
{
  plugins.treesitter = {
    enable = true;
    settings.highlight.enable = true;
  };
}