Sort nvim plugins
This commit is contained in:
parent
2dc1b3c6ae
commit
c702dc8eb5
1 changed files with 6 additions and 7 deletions
|
|
@ -11,24 +11,23 @@ set runtimepath+=~/.config/nvim/plugins/repos/github.com/Shougo/dein.vim
|
|||
if dein#load_state('~/.config/nvim/plugins')
|
||||
call dein#begin('~/.config/nvim/plugins')
|
||||
|
||||
" let dein manage itself
|
||||
call dein#add('Shougo/dein.vim')
|
||||
call dein#add('Shougo/denite.nvim')
|
||||
call dein#add('Shougo/deoplete.nvim')
|
||||
call dein#add('Shougo/neosnippet.vim')
|
||||
call dein#add('airblade/vim-rooter')
|
||||
call dein#add('airblade/vim-gitgutter')
|
||||
call dein#add('airblade/vim-rooter')
|
||||
call dein#add('fatih/vim-go')
|
||||
call dein#add('kana/vim-textobj-user')
|
||||
call dein#add('glts/vim-textobj-comment')
|
||||
call dein#add('jeetsukumaran/vim-buffergator')
|
||||
call dein#add('jiangmiao/auto-pairs')
|
||||
call dein#add('jparise/vim-graphql')
|
||||
call dein#add('kana/vim-textobj-user')
|
||||
call dein#add('mxw/vim-jsx')
|
||||
call dein#add('ntpeters/vim-better-whitespace')
|
||||
call dein#add('pangloss/vim-javascript')
|
||||
call dein#add('plasticboy/vim-markdown')
|
||||
call dein#add('scrooloose/nerdtree')
|
||||
call dein#add('Shougo/dein.vim') " let dein manage itself
|
||||
call dein#add('Shougo/denite.nvim')
|
||||
call dein#add('Shougo/deoplete.nvim')
|
||||
call dein#add('Shougo/neosnippet.vim')
|
||||
call dein#add('tpope/vim-abolish')
|
||||
call dein#add('tpope/vim-commentary')
|
||||
call dein#add('tpope/vim-repeat')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue