James Trew
James Trew
> It doesn't work for me - doesn't show ignored .toml files @xbladesub please create a new issue bug report with a minimal config and steps to reproduce if you...
I'm going to close this consider we closed the PR for this while back. See more on this https://github.com/nvim-telescope/telescope-file-browser.nvim/pull/210
@iHeadway try ``/`h` to toggle hidden files and see if that does anything. probably want to open a new issue with steps to reproduce using a minimal config if you're...
This looks to be changing the current default behavior of the prompt title from what I can tell ('File Browser' and 'Folder Browser' depending on which finder you're using). This...
I think that could work. I am however wondering how much value exposing the `prompt_title` option as something which can take a function would bring. Maybe all we need is...
Sounds good. I think `show_path` isn't specific enough since the current behavior already shows the path in `results_title` on most themes/layouts. As for the truncating of the path... I kinda...
@thyeun sorry i'm not understanding the context of your issue. i can help you if you create a new issue with steps to reproduce.
I'm a little per-occupied to review bigger features at the moment but rest assured I haven't forgotten about this. @jugarpeupv probably just replacing `nvim-telescope/telescope.nvim` with `griwes/telescope.nvim` and setting branch to...
@Avi-D-coder I think the difference is highlighting the entire line of the match vs highlighting just the matched word. For `grep_string` and `live_grep`, there needs to be a semi-major rewrite...
> It seems like a bug on Neovim `v0.9.5`, and I've tried it and the issue was fixed in Neovim `v0.10` nightly. [nvim-telescope/telescope.nvim#2995](https://github.com/nvim-telescope/telescope.nvim/issues/2995) This also affect vim as well. The...