James Trew

Results 305 comments of James Trew

> A related and perhaps prerequisite request is the ability to keep `which_key` open until the Telescope prompt closes. Currently you can set `close_with_action = false`, which will keep `which_key`...

I'm not opposed to adding an option to always start telescope with which_key showing but I'm slightly hesitant since by default with most people neovim window size imagine, the which_key...

Yeah let's go for it. I suppose we can clean up the overlapping windows later if it becomes an issue.

I'm inclined to agree with you but... not sure if most people care 🙃 If we were to do this, I think just going to breaking change route is the...

There's already a PR that will pretty much address this by highlighting the pattern matches as ripgrep does. Although it'll be a while till it's merged. #2536

I gotta think about this one a bit. Currently this approach breaks pickers like [telescope-file-browser](https://github.com/nvim-telescope/telescope-file-browser.nvim) that has it's own finder wrapper. I don't think we have any of those in...

@Conni2461 any chance you can take a look at this? otherwise I will try to get around to it eventually

Did you install ripgrep/fd using snap as well? If so, there's some privilege confinement rules that won't let those tools function properly within neovim.

Maybe neovim being installed via snap causes the issue as well. I'm far from an expert on snap but I don't think it's a permissions issue. I think it's the...

Thanks for confirming. I'm not sure why either. I'll leave this issue open until we can find a valid reason or fix.