DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 5c4e14defdf8b87d3047bcfccfc2d0e12df10001 nvim-flake/config/plugins/treesitter.nix -rw-r--r-- 53 bytes
5c4e14deJonni Liljamo feat(cmp): add scroll mappings 3 days ago
                                                                                
1
2
3
4
5
{
  plugins.treesitter = {
    enable = true;
  };
}