1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update leaderf ignore settings.

This commit is contained in:
jdhao 2019-12-26 15:31:29 +08:00 committed by GitHub
parent 66d8c10f4d
commit 99de9cd88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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