diff options
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
