2016-12-25 17:38:08 +00:00
|
|
|
call dein#add('Shougo/deoplete.nvim')
|
2016-12-26 08:36:23 +00:00
|
|
|
call dein#add('Shougo/neosnippet')
|
|
|
|
call dein#add('cakebaker/scss-syntax.vim', { 'on_ft': [ 'scss', 'css'] })
|
2016-12-08 21:36:23 +00:00
|
|
|
call dein#add('christoomey/vim-tmux-navigator')
|
|
|
|
call dein#add('cocopon/lightline-hybrid.vim')
|
|
|
|
call dein#add('editorconfig/editorconfig-vim')
|
|
|
|
call dein#add('haya14busa/incsearch.vim')
|
|
|
|
call dein#add('itchyny/lightline.vim')
|
2016-12-26 12:00:55 +00:00
|
|
|
call dein#add('itmammoth/doorboy.vim')
|
2016-12-26 08:36:23 +00:00
|
|
|
call dein#add('junegunn/fzf', { 'merged': 0 })
|
|
|
|
call dein#add('junegunn/fzf.vim', { 'depends': 'fzf' })
|
2016-12-08 21:36:23 +00:00
|
|
|
call dein#add('justinmk/vim-sneak')
|
|
|
|
call dein#add('sheerun/vim-polyglot')
|
|
|
|
call dein#add('tpope/vim-commentary')
|
|
|
|
call dein#add('tpope/vim-fugitive')
|
|
|
|
call dein#add('tpope/vim-ragtag')
|
|
|
|
call dein#add('tpope/vim-repeat')
|
|
|
|
call dein#add('tpope/vim-surround')
|
|
|
|
call dein#add('tpope/vim-unimpaired')
|
|
|
|
call dein#add('tpope/vim-vinegar')
|
2016-12-26 12:00:55 +00:00
|
|
|
call dein#add('tyru/open-browser.vim')
|
2016-12-08 21:36:23 +00:00
|
|
|
call dein#add('w0ng/vim-hybrid')
|
2016-12-26 12:00:55 +00:00
|
|
|
call dein#add('w0rp/ale')
|
2016-12-08 21:36:23 +00:00
|
|
|
call dein#add('webgefrickel/vim-snippets')
|
|
|
|
call dein#add('wellle/tmux-complete.vim')
|