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:
parent
a011c44ade
commit
3d3e3c13ad
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user