Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails to find my 20vars fragment file #773

Open
msoulier opened this issue Jun 17, 2019 · 1 comment
Open

fails to find my 20vars fragment file #773

msoulier opened this issue Jun 17, 2019 · 1 comment

Comments

@msoulier
Copy link

I have a file at root/etc/e-smith/templates/etc/e-smith/web/django/teleworker/settings.py/20vars that used to be findable but now is not. It does not show up in search results at all.

@benyaminl
Copy link

benyaminl commented Nov 13, 2019

I also have this problem, does it only index 2 or 3 directory below it? Thanks

EDIT: After playing with some configuration
I add the configuration on init.vim /.vimrc
https://ctrlpvim.github.io/ctrlp.vim/

let g:ctrlp_user_command = 'find %s -type f'        " MacOSX/Linux
let g:ctrlp_working_path_mode = 'cra'

and it works, if you're annoyed by the .git then add

let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$'

For Ctrlp custom ignore, I have no luck, my .git folder still indexed so yeah..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants