Mouinul Hossain
Mouinul Hossain
> While you're at it, maybe the - in row/column number ranges can be parsed as a separate token for more granular highlights? Should be easy to implement.
> I think for this to be actually useful, we need [neovim/neovim#31105](https://github.com/neovim/neovim/pull/31105) to land? Yes, I actually mentioned this [here](https://matrix.to/#/!FhgNqRstfUdQbenRoN:matrix.org/$JbG_UpBnC965ds3vfhyKeBWYwPsT7W-JsgJrRKUzx3w?via=matrix.org&via=envs.net&via=one.ems.host)(the first point) but I have probably worded it wrong. But,...
> There's also the issue with this breaking the `gO` toc windows which needs to be handled somehow. Can't `ftplugin/qf.vim` be turned into `ftplugin/qf.lua`(or just add it as a separate...
Oh yeah, I also tried without `nvim__redraw({ flush = true })` and it behaves the same way.
Temporary solution, I have resolved the issue by hijacking the `cmdline_hide` callback. By running `vim.cmd()` with whatever text the original cmdline had, you can get the desired output.
@galou you should look at the `Folded` highlight group. ```vim :hi Folded guibg=none ```