vim: ctrlp ignore

feature/symbol-search
bretello 2020-03-09 17:58:07 +01:00
parent 33cb5a7c8b
commit 8bb46eec61
1 changed files with 6 additions and 0 deletions

View File

@ -104,3 +104,9 @@ highlight DiffAdd cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Re
highlight DiffDelete cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffChange cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffText cterm=bold ctermfg=10 ctermbg=88 gui=none guifg=bg guibg=Red
" let g:ctrlp_custom_ignore = {
" \ 'file': '\v\.(pdf|csv|gz|csv)$',
" \ 'dir': '(dist|build)$',
" \ }
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']