Skip to content

Instantly share code, notes, and snippets.

@natikgadzhi
Created July 9, 2015 11:34
Show Gist options
  • Save natikgadzhi/9bd27aebba5bce254d23 to your computer and use it in GitHub Desktop.
Save natikgadzhi/9bd27aebba5bce254d23 to your computer and use it in GitHub Desktop.
Ctrl-P speedup indexing with Ag
let g:ctrlp_cache_dir = $HOME . '/.cache/ctrlp'
if executable('ag')
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment