Renatas
Renatas
The plugin only seems to work when exiting insert mode with `esc`, and not with `ctrl-c`
I'm having the same issue on Windows 11. Running `:TSUninstall all` gives me the same folder separation error for all installed parsers. This gets fixed with the `shellslash` command. When...
It seems like html files have the same issue for me. Results after running `:checkhealth`: ``` The following errors have been detected: ~ - ERROR html(highlights): Failed to load parser...
I have no idea why I'm getting errors and you're not haha. I'm using gcc, x64. Also here's parser output from `checkhealth nvim-treesitter` that I forgot to include. ``` Parser/Features...
The issue appears to be fixed when using `zig` as the compiler! 1. `scoop install zig` 2. `require 'nvim-treesitter.install'.compilers = { 'zig' }` Output of `checkhealth`: ``` Parser/Features H L...