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.