Dronakurl / injectme.nvim

Neovim plugin to help setup language injections with treesitter
MIT License
40 stars 2 forks source link

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

Open Dronakurl opened 9 months ago

Dronakurl commented 9 months ago

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