ctrl+p custom ignore

This commit is contained in:
Andrew Tomaka 2014-10-13 11:38:02 -04:00
parent cc2b55a5e9
commit ccea2964f8

3
.vimrc
View file

@ -178,6 +178,9 @@ let g:lightline = {
\ } \ }
\ } \ }
" ctrl-p
let g:ctrlp_custom_ignore = 'node_modules\|build\|\.git\|gradle'
" Functions " Functions
" Toggle relative line numbers and cursorline; useful for long line files " Toggle relative line numbers and cursorline; useful for long line files
function! LargeFileToggle() function! LargeFileToggle()