Closed tyrdal closed 4 months ago
Unable to reproduce in nvim 0.10.0. Please check.
Unable to reproduce in nvim 0.10.0. Please check.
Having the same issue, I was able to reproduce with the minimal config provided on 0.9.5. You just have to make sure to enable treesitter-context. Here's an example:
https://asciinema.org/a/spFeVFBKRarvuKgyG5HtTIIxq
I also tried on 0.10 and there's no error, so it seems to be a 0.9.5 thing.
0.10 is release now, so don't need to fix this.
Description
When I open the command line window with q: I get the following error message:
Neovim version
0.9.5
Expected behavior
If the context is not applicable then just don't run it there and avoid the error.
Actual behavior
See description.
Minimal config
Steps to reproduce
nvim --clean -u minimal.lua