From 254f73e5f9c327abdc658b7272ca751de7fd2ce4 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 25 Jun 2017 13:19:46 +0800 Subject: [PATCH] Add ignores for file_rec --- config/plugins/unite.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/plugins/unite.vim b/config/plugins/unite.vim index 1954096ee..65405afd0 100644 --- a/config/plugins/unite.vim +++ b/config/plugins/unite.vim @@ -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 uf :Unite \ -no-split -buffer-name=files -start-insert file nnoremap ufm :Unite