From c1203e5f2599b8c18ca5342a0ab5126fa68a6703 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 9 Nov 2020 23:03:23 +0800 Subject: more ignore files --- core/plugins.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/plugins.vim') diff --git a/core/plugins.vim b/core/plugins.vim index 7659676..dc3df50 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -490,9 +490,9 @@ let g:Lf_UseCache = 0 let g:Lf_WildIgnore = { \ 'dir': ['.git', '__pycache__', '.DS_Store'], \ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png', - \ '*.gif', '*.db', '*.tgz', '*.tar.gz', '*.gz', '*.zip', '*.bin', '*.pptx', - \ '*.xlsx', '*.docx', '*.pdf', '*.tmp', '*.wmv', '*.mkv', '*.mp4', - \ '*.rmvb'] + \ '*.gif', '*.svg', '*.ico', '*.db', '*.tgz', '*.tar.gz', '*.gz', + \ '*.zip', '*.bin', '*.pptx', '*.xlsx', '*.docx', '*.pdf', '*.tmp', + \ '*.wmv', '*.mkv', '*.mp4', '*.rmvb'] \} " Do not show fancy icons for Linux server. -- cgit v1.2.3