aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-07-28 22:09:50 +0200
committerGitHub <noreply@github.com>2023-07-29 04:09:50 +0800
commit671c78df9bc005321d77405dec004d1317e43e0a (patch)
tree94176db40ffa5f5df5a57a1bdbcb29488c0c1dd5 /core/plugins.vim
parent1608a36dd31a734659dba6f085d02c383e840339 (diff)
feat: more ignore files for LeaderF (#209)
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim2
1 files changed, 1 insertions, 1 deletions
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',