From 3d3e3c13ad11500c45af4220b01f00699becf5ff Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 22 Nov 2020 16:02:49 +0100 Subject: [PATCH] vim: add .venv directory to ctrlp ignore --- my_configs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_configs.vim b/my_configs.vim index f599f04..386e15c 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -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',