Only run treesitter install on missing parsers #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently treesitter install is ran every time the buffer is opened, that is a bit excessive.
Instead it should only run if the parser is not installed yet
Downgrade should fix these issues for now