gegoune
gegoune
Just a thought, would it be possible to apply highlighting to staged regions maybe? Could imagine slightly changed background as a good indicator here.
Or, even more importantly, it overrides `K` mapping which by default is used for invoking `keywordprg`. I am thinking, would `keywordprg` provider make sense?
I think common use case, other than shelling out, is to use `:help`.
Related https://github.com/neovim/neovim/issues/18997
I think you can check if status line is being drawn for current window in your generator function. TJ will probably know exactly how to do that or if there...
Perhaps it's possible to check if `nvim-telescope/telescope-file-browser.nvim` is installed and use it if so?
Use `` for project's `oldfiles`.
Ah, you didn't mention sessions in original post. What I meant is that instead of hitting enter to see `find_files` for selected project you can hit `` to see `oldfiles`...
Thank you @prathikshetty2002. I did see those issues before submitting mine, don't think I could have deduct solution from them unfortunately, but since you think they might be similar I...
Initially I thought that `precmd` must be causing that issue — without it no extra characters were printed. I now think that I can keep `precmd` in my configuration as...