Closed Bogdan-Torkhov closed 1 year ago
Does treesitter work at all with that settings? Because it should be "nvim-treesitter.configs" in the first line. Check that link.
Also there's something wrong with the pcall(require("ts-rainbow"))
.
Yeah, the imports are wrong. As an aside, you don't need to that many options, you have just set everything to the default value. A simple enable = true
is all you need.
Yeah, the imports are wrong. As an aside, you don't need to that many options, you have just set everything to the default value. A simple
enable = true
is all you need.
Worked
These is my treesitter config:
and it doesn't work