aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-11-09 23:04:59 +0800
committerjdhao <jdhao@hotmail.com>2020-11-09 23:04:59 +0800
commitbcdb988dc1f04be49f62ee377b591b43924fe794 (patch)
tree7a659ace961b061c068a763d3287414ee624c53e /core
parentc1203e5f2599b8c18ca5342a0ab5126fa68a6703 (diff)
ignore font files in leaderf
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim2
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.