diff options
| author | jdhao <jdhao@hotmail.com> | 2021-03-23 23:32:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-03-23 23:32:11 +0800 |
| commit | cabb5b7604c5424b4f094c0abef28969074fab13 (patch) | |
| tree | b8316d9af86deaf3fe6a08dd7b0b6681ed7b2d0f /core/plugins.vim | |
| parent | 2636f8575e2857ec89bf11937ce1d4df6ea9f153 (diff) | |
update ignore settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 3 |
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. |
