Update fzf to skip vcs ignores

This commit is contained in:
Tony Blyler 2018-03-27 10:02:46 -04:00
parent a33d386b48
commit cf17357b8d

View file

@ -53,7 +53,7 @@ call plug#end()
" speed improvements for fzf
if executable('ag')
let $FZF_DEFAULT_COMMAND = 'ag --nocolor -g "" -l'
let $FZF_DEFAULT_COMMAND = 'ag --skip-vcs-ignores --nocolor -g "" -l'
endif
colorscheme jellybeans " Color scheme