Update fzf to skip vcs ignores
This commit is contained in:
parent
a33d386b48
commit
cf17357b8d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ call plug#end()
|
||||||
|
|
||||||
" speed improvements for fzf
|
" speed improvements for fzf
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
let $FZF_DEFAULT_COMMAND = 'ag --nocolor -g "" -l'
|
let $FZF_DEFAULT_COMMAND = 'ag --skip-vcs-ignores --nocolor -g "" -l'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme jellybeans " Color scheme
|
colorscheme jellybeans " Color scheme
|
||||||
|
|
Loading…
Reference in a new issue