aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/options.vim2
-rw-r--r--core/plugins.vim6
2 files changed, 4 insertions, 4 deletions
diff --git a/core/options.vim b/core/options.vim
index 88fb2dd..5d94c3c 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -80,7 +80,7 @@ set inccommand=nosplit " Show the result of substitution in real time for previ
" Ignore certain files and folders when globbing
set wildignore+=*.o,*.obj,*.bin,*.dll,*.exe
set wildignore+=*/.git/*,*/.svn/*,*/__pycache__/*,*/build/**
-set wildignore+=*.jpg,*.png,*.jpeg,*.bmp,*.gif,*.tiff
+set wildignore+=*.jpg,*.png,*.jpeg,*.bmp,*.gif,*.tiff,*.svg,*.ico
set wildignore+=*.pyc
set wildignore+=*.DS_Store
set wildignore+=*.aux,*.bbl,*.blg,*.brf,*.fls,*.fdb_latexmk,*.synctex.gz
diff --git a/core/plugins.vim b/core/plugins.vim
index 7659676..dc3df50 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -490,9 +490,9 @@ let g:Lf_UseCache = 0
let g:Lf_WildIgnore = {
\ 'dir': ['.git', '__pycache__', '.DS_Store'],
\ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png',
- \ '*.gif', '*.db', '*.tgz', '*.tar.gz', '*.gz', '*.zip', '*.bin', '*.pptx',
- \ '*.xlsx', '*.docx', '*.pdf', '*.tmp', '*.wmv', '*.mkv', '*.mp4',
- \ '*.rmvb']
+ \ '*.gif', '*.svg', '*.ico', '*.db', '*.tgz', '*.tar.gz', '*.gz',
+ \ '*.zip', '*.bin', '*.pptx', '*.xlsx', '*.docx', '*.pdf', '*.tmp',
+ \ '*.wmv', '*.mkv', '*.mp4', '*.rmvb']
\}
" Do not show fancy icons for Linux server.