James Trew

Results 305 comments of James Trew

Sorry I wasn't being super clear. We do actually make lsp requests directly. I meant that `lsp_references` is spiritually `vim.lsp.buf.references` wrapped in a fuzzy finder, not literally. So there's no...

It includes it :grin: > some pickers (buffers,

> Thanks for opening this PR anyway! I spent few hours for verify if it's possible at the user side before reporting an issue. > > I have updated the...

I can't reproduce this. Please try with the original minimal config that was in the issue template. I could be due to other factors in your config and not necessarily...

> And after you enter any buffer using find_files or live_grep picker (can happen with other pickers as well, haven't checked that), you'll see i letter in your console -...

Again, this seems like the same issue from https://github.com/nvim-telescope/telescope.nvim/issues/2766 where the cause was doing certain operations inside a `BufWinLeave` (similar to `BufLeave` maybe). This was a neovim/vim issue that got...

@rasulomaroff your issue appears to be a separate thing. Can you create a new issue for it? I'm also curious if you are able to replicate your issue with my...

From the linked PR: > Also make it work better on a multiline selection. This reminds me, we don't really support multi-line greps well. Pasting multi-line text into the prompt...

When an entry is selected, first telescope closes itself which triggers BufEnter on the "old" buffer and then we do something like `:edit `. So this is expected behavior. Not...

I'm pretty sure we do this already if by parent, you parent, you mean link. https://github.com/nvim-telescope/telescope.nvim/blob/fac83a556e7b710dc31433dec727361ca062dbe9/plugin/telescope.lua#L28-L36 ![image](https://github.com/nvim-telescope/telescope.nvim/assets/66286082/80eab586-066e-4489-b566-338e5fa61b29)