mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: ctrlp ignore
This commit is contained in:
parent
33cb5a7c8b
commit
8bb46eec61
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue
Block a user