Alef Pereira

Results 9 comments of Alef Pereira

Dear @bercly0b, have you tried [telescope-fzf-native](https://github.com/nvim-telescope/telescope-fzf-native.nvim)? I'm away from my computer now but I'm almost sure it behaves the same as in the fzf gif.

@bercly0b I'm curious about that. I see you have a lot of patterns in your `file_ignore_patterns` table, if I'm not wrong, those patterns are filtered by telescope, only after the...

@bercly0b please let me know if it worked. I'm almost sure the custom `fd` command will do the trick for the `find_files`, but if it doesn't work, or if you...

You're welcome @bercly0b, glad to help. I tested both telescope and the terminal `fzf` tool in the linux repository which have more than 75K files and I notice the behaviour...

In `fzf` the animated dots are shown during the files load, the search shows a percentage like (42%) in the right side of the number of files, for me I'm...

@ghillb funny thing, I was just [migrating from `builtin.live_grep` to `telescope-rgg.nvim`](https://github.com/alefpereira/dotfiles/commit/ddbcb73586494317ccfbcd6d40e29c80135edbb9) and had the same problem. Couldn't find any docs but taking a look in the code I check there...

I see, this behavior also happens with `builtin.live_grep`. This is because `rg` must have some options for it to output in correct format to be parsed. The "minimum" recommended command...

Hi @Californian, the [command-line.md](https://github.com/microsoft/pyright/blob/main/docs/command-line.md) from pyright docs states that you can use the option `--venv-path` together with a shared config file. I haven't tested it but would be something like...