Skip to content

Commit

Permalink
add fzf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kurikei committed Mar 14, 2017
1 parent 5bce54a commit be84b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.vim/userautoload/plugin.vim
Expand Up @@ -19,6 +19,8 @@ call dein#add('Shougo/neocomplete')
call dein#add('Shougo/neosnippet')
call dein#add('Shougo/neosnippet-snippets')
call dein#add('bronson/vim-trailing-whitespace')
call dein#add('junegunn/fzf', { 'build': './install --all', 'merged': 0 })
call dein#add('junegunn/fzf.vim', { 'depends': 'fzf' })
call dein#add('lambdalisue/vim-gista', { 'on_cmd': 'Gista' })
call dein#add('mattn/webapi-vim')
call dein#add('scrooloose/syntastic')
Expand Down

0 comments on commit be84b4e

Please sign in to comment.