The 0.11 version will have tree-sitter highlighting done asynchronously. This should improve responsiveness.
It also means that programmatically getting the parser no longer pre-parses the tree. Call `parse()` method explicitly.
PR:
- github.com/neovim/neovi...
The 0.11 version will have tree-sitter highlighting done asynchronously. This should improve responsiveness.
It also means that programmatically getting the parser no longer pre-parses the tree. Call `parse()` method explicitly.
PR:
- github.com/neovim/neovi...