aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index 6d87205..c9c051b 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -537,7 +537,8 @@ 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', '*.ttf', '*.ttc', '*.otf']
+ \ '*.wmv', '*.mkv', '*.mp4', '*.rmvb', '*.ttf', '*.ttc', '*.otf',
+ \ '*.mp3', '*.aac']
\}
" Do not show fancy icons for Linux server.