Loading request...
The user wants the file context selector to include files within symlinked directories. They suggest adding a flag like -L to rg (ripgrep) to achieve this.
### Feature request I have a code directory where some folders are symlinks. I want the file context selector to return all code paths, regardless of whether they are symlinks or not. The change will probably mainly be in the [utils](https://github.com/yetone/avante.nvim/blob/main/lua/avante/utils/init.lua#L905-L1014). For example, I can add "-L" to rg flags (which is what my setup uses) to get the context selector to do what I need to. ### Motivation _No response_ ### Other _No response_