From 671c78df9bc005321d77405dec004d1317e43e0a Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 28 Jul 2023 22:09:50 +0200 Subject: [PATCH] feat: more ignore files for LeaderF (#209) --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 16468ee..64d1b29 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -42,7 +42,7 @@ let g:Lf_UseMemoryCache = 0 " Ignore certain files and directories when searching files let g:Lf_WildIgnore = { - \ 'dir': ['.git', '__pycache__', '.DS_Store'], + \ 'dir': ['.git', '__pycache__', '.DS_Store', '*_cache'], \ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png', \ '*.gif', '*.svg', '*.ico', '*.db', '*.tgz', '*.tar.gz', '*.gz', \ '*.zip', '*.bin', '*.pptx', '*.xlsx', '*.docx', '*.pdf', '*.tmp',