Simon Hauser

Results 301 comments of Simon Hauser
trafficstars

Nope i dont think a `live_tags` is currently interesting for this Project. Also see https://github.com/nvim-telescope/telescope.nvim/issues/1228 But i am interested in merging the `cat` improvement for the current tags picker. Are...

I flagged this as performance issue. This will be a "long term issue". fps will not fix all issues but it will help us make other changes in the future...

Re `select_preview_*`. I've wrote an interface for octo.nvim a long time ago that doesn't clean up the `last_preview_bufnr` so you can just open that one https://github.com/pwntester/octo.nvim/blob/5517cbdf302be2abc4ac43e5b8b2a812d0222bbb/lua/octo/pickers/telescope/provider.lua#L77-L93 See `keep_last_buf` under `:help...

> multiple telescope instances are running What are multiple telescope instances? If you are in an telescope instance and try to open a new one, we close the previous one...

Note that fps is still on going and is changing pickers.lua significant

No updates. Planed for after 0.1 release

We can set (and even expose) `zindex`. Some official guidance would be good thought. `plenary.popup` has support for setting it (i think), default is 50 right now

The hooks cleanup looks good. I am not sure about `preview.command` thought. I feels like another interface in a "sea of interfaces". The same should be achievable with (not tested)...

> you are saying that ultimately these previewers should be moved to nvim_open_term ones Maybe, just saying that this could be a better approach than a new interface. > "breaking...

This problems is a problem with `sorting_strategy="descending"` (which is the default strategy). It works find with `sorting_strategy="ascending"` I dont wanna comment on this prior to #1491 (just tested it with...