James Trew

Results 305 comments of James Trew

Closed in favor of https://github.com/nvim-telescope/telescope.nvim/pull/3260

I'm gonna hold off on this for a while. It looks like there are some bugs with that PR that some people are reporting and there might be some other...

I'm doing some refactors in telescope core that will make this much easier to implement in this plugin. telescope core refactor: https://github.com/nvim-telescope/telescope.nvim/pull/3200 implementing the change for this plugin: https://github.com/nvim-telescope/telescope-file-browser.nvim/pull/397 this...

meant to add create this on telescope core. but i guess it doesn't hurt.

I think you actually just need to do `border=true` and then tweak the border highlight groups so that bg and fg are the same. The groups of interest. ```lua TelescopeBorder...

Is `neo-tree` required for this bug to manifest? I'm not sure how this bug can actually happen. Based on the docs and my testing, the jumplist should always be a...

Ok, I can reproduce this now. Looks like it happens with any split. It's related to the interaction of `nvim_buf_delete` followed by `getjumplist`. This might be a (neo)vim bug but...

It wasn't a vim bug at all, just needed extra care in our code. If you can test the linked PR, that'll be great.

Looks like it's this commit that should be backported: https://github.com/nvim-telescope/telescope.nvim/pull/2372 @Conni2461 should be safe to backport when you get a chance.