(no title)
pieceofpeace | 13 years ago
let g:ctrlp_user_command = {
\ 'types': {
\ 1: ['.git/', 'cd %s && git ls-files'],
\ 2: ['.hg/', 'hg --cwd %s locate -I .'],
\ },
\ 'fallback': 'find %s -type f'
\ }
atjoslin|13 years ago
let g:ctrlp_user_command = 'ag --nogroup --nobreak --noheading --nocolor -g "" %s '
[1] https://github.com/ggreer/the_silver_searcher
mmahemoff|13 years ago