vim: add target dir to ctrl-p ignore

whole-command-tab-completion
bretello 2019-12-27 01:24:53 +01:00
parent bff140bfae
commit 6bf5aba4ac
1 changed files with 6 additions and 0 deletions

View File

@ -47,3 +47,9 @@ endfunction
" A friggin python breakpoint. Invoke with @b
let @b = 'A breakpoint()€ýajkj0'
let g:ctrlp_custom_ignore = {
\ 'dir': 'target$',
\ }
" \ 'file': '\v\.(exe|so|dll)$',
" \ 'link': 'some_bad_symbolic_links',