mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
ignore font files in leaderf
This commit is contained in:
parent
c1203e5f25
commit
bcdb988dc1
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user