diff --git a/my_configs.vim b/my_configs.vim index 0f0ba72..5127845 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -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', +