1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: add target dir to ctrl-p ignore

This commit is contained in:
bretello 2019-12-27 01:24:53 +01:00
parent bff140bfae
commit 6bf5aba4ac

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',