mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:36:28 +00:00
Only load ctrlp if fzf command is missing
This commit is contained in:
parent
6269785d63
commit
e541c7f90c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user