Only load ctrlp if fzf command is missing

This commit is contained in:
ViViDboarder 2017-11-13 19:03:12 -08:00
parent 6269785d63
commit e541c7f90c
1 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,10 @@ call s:smart_source_rc('plugins/gitgutter')
" }} Git
" Searching {{
" call s:smart_source_rc('plugins/ctrlp')
if !executable('fzf')
call s:smart_source_rc('plugins/ctrlp')
endif
call s:smart_source_rc('plugins/fzf')
" call s:smart_source_rc('plugins/incsearch')
call s:smart_source_rc('plugins/vim-grepper')
" }} Searching