mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Add ignores for file_rec
This commit is contained in:
parent
42d30a4113
commit
254f73e5f9
@ -251,8 +251,8 @@ call unite#custom#profile('file_rec/async,file_rec/git', 'context', {
|
||||
\ 'keep_focus' : 1,
|
||||
\ 'winheight' : 20,
|
||||
\ })
|
||||
call unite#custom#source('file_rec/async', 'ignore_globs',
|
||||
\ ['*.png','.git/','*.ttf'])
|
||||
call unite#custom#source('file_rec/async,file_rec/neovim', 'ignore_globs',
|
||||
\ ['*.png','.git/','*.ttf', '*.eot', '*.woff', '*.svg'])
|
||||
nnoremap <silent><leader>uf :<C-u>Unite
|
||||
\ -no-split -buffer-name=files -start-insert file<cr>
|
||||
nnoremap <silent><leader>ufm :<C-u>Unite
|
||||
|
Loading…
Reference in New Issue
Block a user