aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-03-23 23:32:11 +0800
committerjdhao <jdhao@hotmail.com>2021-03-23 23:32:11 +0800
commitcabb5b7604c5424b4f094c0abef28969074fab13 (patch)
treeb8316d9af86deaf3fe6a08dd7b0b6681ed7b2d0f /core/plugins.vim
parent2636f8575e2857ec89bf11937ce1d4df6ea9f153 (diff)
update ignore settings
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.