Adam Regasz-Rethy
Adam Regasz-Rethy
Yea the problem with that is determining when it stops being unlisted, currently there are no autocmd-events for this. 🤔
Does it consistently error on this single file or was it a one-off? Also, did the output of `:ls` only have the single file?
When you're in the Treesitter playground, try pressing `a` to show anonymous nodes. You'll see an anonymous `end` node there. This query seems to work in the little bit of...
Actually this seems to be more correct `(((do_block "do" @cursor) @endable @indent) (#endwise! "end"))`.
Adam, try using a frame layout. Fara try putting some stuff on onQuerySubmit, you have full control over what happens using that.
`cterm` is not implemented and I don't have plans on implementing. I'm open to PRs which add it and I'll review.
I'm not sure we would be allowed since this repo doesn't actually follow some of their guidelines. The repo name and the fact we don't look at the terminals 16...
I'm open to PRs to add 16 terminal colour support, it would actually fix the other issue in this repo https://github.com/RRethy/nvim-base16/issues/18. I'm a bit busy right now with personal life...
Yup, renaming isn't a issue, the main issue is the 16 terminal colour support to make it eligible for that scheme list. This isn't super high on my priority list...
PRs are welcomed.