James Trew
James Trew
Thanks I see the issue now. This can be replicated with just telescope (and lsp) but bufferline makes it obvious. I was getting caught up in the technicalities and not...
Thanks @Frederick888 for the hint! It took me a while to get around to it but I think I was able to fix this issue with the above linked PR....
I think this extension has something like it https://github.com/fdschmidt93/telescope-egrepify.nvim I also think it'd be easier to make a new picker than to augment `live_grep` like it's been done with `egrepify`...
You can currently do `:Telescope file_browser path=/path/to/someplace` already. If you use the option `hijack_netrw=true`, then `:e /path/to/someplace` also opens telescope-file-browser in that path (if given path is a directory). Does...
> I've set hijack_netrw=true but when I do :e /path/to/someplace then [NvimTree](https://github.com/nvim-tree/nvim-tree.lua/) opens the path instead of telescope file browser and I figure out how to prevent it from doing...
For this > I hope you can consider turning that into an address bar like I mentioned above. and > Ideally with fuzzy search. I should make sure you know...
This is an interesting idea. Unfortunately, I don't think telescope has a mechanism for doing such a thing at the moment. But I'll keep this in mind for future telescope...
Thanks for the PR and info. I've been meaning to start versioning telescope-file-browser properly for a while. I have a few things I want to take care of before cutting...
I'm not able to reproduce this with this minimal config based on your config ```lua local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use .repro for _, name in...
Closing this due to no response.