diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-09 23:04:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-09 23:04:59 +0800 |
| commit | bcdb988dc1f04be49f62ee377b591b43924fe794 (patch) | |
| tree | 7a659ace961b061c068a763d3287414ee624c53e /core/plugins.vim | |
| parent | c1203e5f2599b8c18ca5342a0ab5126fa68a6703 (diff) | |
ignore font files in leaderf
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index dc3df50..cf4d3e6 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -492,7 +492,7 @@ let g:Lf_WildIgnore = { \ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png', \ '*.gif', '*.svg', '*.ico', '*.db', '*.tgz', '*.tar.gz', '*.gz', \ '*.zip', '*.bin', '*.pptx', '*.xlsx', '*.docx', '*.pdf', '*.tmp', - \ '*.wmv', '*.mkv', '*.mp4', '*.rmvb'] + \ '*.wmv', '*.mkv', '*.mp4', '*.rmvb', '*.ttf', '*.ttc', '*.otf'] \} " Do not show fancy icons for Linux server. |
