James Trew

Results 305 comments of James Trew

I can reproduce this. I dug around a little bit while I don't really have a solution, my instinct is telling me that that command is not very well suited...

I think it's ok to leave it open. This might be something worth looking into deeper.

I would recommend the `additional_args` option over `vimgrep_arguments` but the idea is correct. ```lua require("telescope.builtin").live_grep { additional_args = { "--fixed-strings" }, } ```

@ashrasmun This looks like a different issue from the original issue. Can you provide which telescope branch/tag you're on and try the minimal config in the original issue description above?...

I hate to nullify any efforts but I don't think we'd be merging this. There's already been discussions on telescope having too many builtin pickers, many of which are seldom...

I think this comes down to personal preference so it's probably best for individual to tweak actions like you've already done.

I'm experiencing the same issue albeit through a different mechanism https://github.com/sindrets/diffview.nvim/issues/304. `diffview.nvim` author thinks this is an upstream issue related to either Neovim or the language server. After which I...

Is anybody able to reliably replicate this bug using only `nvim-lspconfig`? If so, please share the steps to reproduce the issue. I can try to reproduce it and I offer...

If people can, please follow the issue I created and try out the steps to reproduce. Over two different days, I've had differing experiences. It would be great if people...

FYI I replaced telescope-file-browser's docgen with an alternative I've been working on. HEAVILY based on neovim core's docgen script, integrating LuaCATS much more. Looking to make a similar conversion for...