Skip to content

Commit

Permalink
install fzf autocomplete but not bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Papperello committed Jun 12, 2018
1 parent 44df477 commit c0eb508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ call plug#begin('~/.vim/plugged')
Plug 'fatih/vim-go'
Plug 'ervandew/supertab'
Plug 'vim-syntastic/syntastic'
Plug 'junegunn/fzf', { 'dir': '~/bin/fzf', 'do': './install --bin' }
Plug 'junegunn/fzf', { 'dir': '~/bin/fzf', 'do': './install --all --no-key-bindings' }
Plug 'junegunn/fzf.vim'
Plug 'jamessan/vim-gnupg'
Plug 'vim-scripts/openssl.vim'
Expand Down

0 comments on commit c0eb508

Please sign in to comment.