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:
parent
66d8c10f4d
commit
99de9cd88e
@ -459,12 +459,13 @@ let g:Lf_UseCache = 0
|
|||||||
let g:Lf_WildIgnore = {
|
let g:Lf_WildIgnore = {
|
||||||
\ 'dir': ['.git', '__pycache__', '.DS_Store'],
|
\ 'dir': ['.git', '__pycache__', '.DS_Store'],
|
||||||
\ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png',
|
\ '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
|
" Search files in popup window
|
||||||
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
|
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
|
||||||
|
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ URL related
|
"{{ URL related
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user