Ctrlp rápido

Use git ls-filesem repos git e searcher silver (ag) por padrão, adicionando isto ao seu~/.vimrc

let g:ctrlp_user_command = {
'types': {
1: ['.git', 'git --git-dir=%s/.git ls-files -oc --exclude-standard'],
},
'fallback': 'ag %s -l --nocolor --hidden -g ""'
}