Skip to content

Commit

Permalink
Also include the vendor directory in the CtrlP ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintuhumury committed Mar 8, 2018
1 parent 6305c9a commit fdd8ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/ctrlp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ map <leader>b :CtrlPBuffer<CR>
map <leader>m :CtrlPMRU<CR>
" Ignore some directories
let g:ctrlp_custom_ignore = '\v[\/](coverage|undo|tmp)$'
let g:ctrlp_custom_ignore = '\v[\/](vendor|coverage|undo|tmp)$'

0 comments on commit fdd8ee5

Please sign in to comment.