Skip to content

Commit

Permalink
Don't check for fzf before installing fzf^C
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpencheon committed Jul 15, 2016
1 parent 34a2488 commit 8bcb291
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ call plug#begin('~/.vim/plugged')
" theme:
Plug 'junegunn/seoul256.vim'

" Use FZF for searching, if installed
if executable('fzf')
" { Use FZF for searching, if installed
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'

Expand All @@ -17,7 +16,7 @@ call plug#begin('~/.vim/plugged')
nnoremap <Leader>o :Files!<CR>
nnoremap <Leader>a :Ag!<CR>
nnoremap <Leader>b :Buffers<CR>
endif
" }

" Preview register contents
Plug 'junegunn/vim-peekaboo'
Expand Down

0 comments on commit 8bcb291

Please sign in to comment.