aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-12-26 15:31:29 +0800
committerGitHub <noreply@github.com>2019-12-26 15:31:29 +0800
commit99de9cd88e40f2d522582ce61164731983696e9b (patch)
tree6410b39313ce5407faee49b625248e07a19749ed /plugins.vim
parent66d8c10f4dea3967ebd3beda78276c34b6b9a70b (diff)
Update leaderf ignore settings.
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim
index 1b47f9f..f837e4c 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -459,12 +459,13 @@ let g:Lf_UseCache = 0
let g:Lf_WildIgnore = {
\ 'dir': ['.git', '__pycache__', '.DS_Store'],
\ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png',
- \ '*.db', '*.tgz', '*.tar.gz', '*.zip', '*.bin']
+ \ '*.gif', '*.db', '*.tgz', '*.tar.gz', '*.zip', '*.bin', '*.pptx',
+ \ '*.xlsx', '*.docx', '*.pdf', '*.tmp', '*.wmv', '*.mkv', '*.mp4',
+ \ '*.rmvb']
\}
" Search files in popup window
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
-
"}}
"{{ URL related