James Trew

Results 305 comments of James Trew

Maybe someone how uses tags and the tags pickers can take a look? I fit neither description.

I agree, there's a lot to be desired in our help docs. There is a lot of inheritance with the options of the pickers and a lot of it is...

Yeah if you're interested, by all means, I will welcome these clarifications. You're suggestions to the `:h telescope.setup()` look good to me for the most part and it will also...

Hey sorry for the late response. This is an interesting subject and an area I've been curious about for a while as well. Can you clarify this for me? When...

I've done some testing with some of the common pickers (find_files, live_grep, grep_string, buffers, diagnostics, lsp_[references/definition]). I'm going to keep riding this branch for a bit.

This is a lazy.nvim usage error. You need to put the `pickers` table into the `opts` table. I can elaborate more when I'm not on my phone but hope this...

Ok I haven't had a chance to try myself but I'll try to take a look.

I think the above PR will fix this. If you can give it a try and confirm, that'll be helpful.

> I also have a custom picker which I create via require("telescope.pickers").new(opts, defaults). Even if I set preview = false in defaults and opts, the picker will still show a...

Thanks for the feedback. I don't think there's much I can use from `vim.fs` since this new `Path` class deconstructs a given path into "parts" mostly since Windows paths are...