injectme.nvim icon indicating copy to clipboard operation
injectme.nvim copied to clipboard

Restart vim-treesitter more directly (not via ":edit")

Open Dronakurl opened this issue 1 year ago • 0 comments

When reload_all_buffers = true is set (standard), all buffers are reloaded to reset treesitter. This is quite cumbersome. One would expect, that there is a possibility to just restart treesitter.

I tried a lot to get this to work, but no luck. See here: https://github.com/nvim-treesitter/nvim-treesitter/discussions/5684

Dronakurl avatar Nov 26 '23 13:11 Dronakurl