vim: add .venv directory to ctrlp ignore

feature/symbol-search
bretello 2020-11-22 16:02:49 +01:00
parent a011c44ade
commit 3d3e3c13ad
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ endfunction
let @b = 'A breakpoint()€ýajkj0'
let g:ctrlp_custom_ignore = {
\ 'dir': '\v(target|build|dist)$',
\ 'dir': '\v(target|build|dist|.venv)$',
\ }
" \ 'file': '\v\.(exe|so|dll)$',
" \ 'link': 'some_bad_symbolic_links',