Closed hacker-hackman closed 1 year ago
Neodim uses the builtin functions for treesitter. I have all my plugins and treesitter parsers up to date without any issues so I think this is a different problem.
If you are currently loading treesitter any time other than on start, change it to something like module='nvim-treesitter'
which will cause it to be loaded whenever the module is first called.
If you are currently loading treesitter any time other than on start
Yeah, I had event = 'BufRead'
in my treesitter's config. Thanx!
Does treesitter's recent update breaks Neodim? The error pops out when I create a new python file using
$ nvim new_file.py
.