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

vim: add .venv directory to ctrlp ignore

This commit is contained in:
bretello 2020-11-22 16:02:49 +01:00
parent a011c44ade
commit 3d3e3c13ad

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