Ignore yarn git & tmp from crtlp

This commit is contained in:
Kevin Cotugno 2017-05-17 08:24:18 -07:00
parent edbf9ad7e3
commit 682f0e264d

View File

@ -106,7 +106,8 @@ nmap <leader>. :TagbarToggle<CR>
" Plugin configuration
" ctrlp
let g:ctrlp_custom_ignore = "node_modules/"
let g:ctrlp_custom_ignore = '\v(node_modules|\.git|tmp)$'
let g:ctrlp_show_hidden = 1
" NERD Commenter
let g:NERDSpaceDelims = 1