James Trew

Results 305 comments of James Trew

Is angularls and ts_ls intended to be used at the same time on the same buffers? Seems strange to me that two language server would yield identical references. Trying to...

If you do `:chistory` do you see two quickfix lists for lsp reference?

Looks like neovim is merging references (and generally handling multiple clients for various lsp handlers similar to how telescope has started doing this) now. https://github.com/neovim/neovim/pull/30722 It doesn't look like there's...

Are you sure the current buffer doesn't match the patterns in `file_ignore_patterns`? FYI it is lua patterns not globs. I'm not able to replicate this. https://github.com/user-attachments/assets/7e1ede94-75a0-4b77-bc41-cd2764ea7fc9

> - https://github.com/nvim-telescope/telescope-live-grep-args.nvim But both of those pickers face the same problem, they sometimes collide with the text you are trying find, which is very annoying. Really? I haven't experienced...

Are you observing this every time? I've had this happen to me as well but only reliably in certain tmux windows/shells, always long living shell sessions. Happened in zsh. `NVIM...

I think ideally we eliminate the special formatting `--porcelain` adds. Something like this should work https://github.com/nvim-telescope/telescope.nvim/pull/3301

The problem is telescope doesn't generate the previews in the same file neovim open files. Reason being is that we want to control exactly what happens when a preview opens...

This is an interesting one. I'm tracking a ton of Windows path issues in Telescope and I was about to take a look into this issue. Couple of thoughts from...

I think this issue is resolved on the master branch. I don't have the ability to push new releases so until someone who can does, the 0.1.x branch and releases...