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:
parent
bff140bfae
commit
6bf5aba4ac
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user