mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 05:17:37 +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
|
" }} Git
|
||||||
|
|
||||||
" Searching {{
|
" 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/fzf')
|
||||||
" call s:smart_source_rc('plugins/incsearch')
|
|
||||||
call s:smart_source_rc('plugins/vim-grepper')
|
call s:smart_source_rc('plugins/vim-grepper')
|
||||||
" }} Searching
|
" }} Searching
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user