Replies: 1 comment 1 reply
-
This isn't a bug so I've converted this to a discussion. Also, we're following the Telescope defaults with the exception of showing hidden files. Isn't this a setting you need to set yourself in your own Telescope config? EDIT: And if it's the case that your Telescope defaults are not propagating through to CodeCompanion then I would welcome a PR to add that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.1 Build type: RelWithDebInfo LuaJIT 2.1.1741730670 Run "nvim -V1 -v" for more info
Operating system/version
Linux x86_64
Describe the bug
I cannot select a non git file through the /file command. I know it's my telescope config as well but most people don't show git files in the picker as well ig.
The main aim for this request is to have a better file picking functionality, sometimes I would want to add a non workspace file to the context as well but that isn't possible through the telescope picker.
Steps To Reproduce
use the /file command and search for a file that is gitignored
Expected Behavior
allow arbitrary picking files into the context
init.lua file
Log output
No response
Have you provided and tested with a repro.lua file?
Beta Was this translation helpful? Give feedback.
All reactions