Adding vim-angry

This commit is contained in:
Alex Yatskov 2015-08-14 16:59:41 +09:00
parent c8942a3956
commit 497d177910

View File

@ -4,6 +4,7 @@ Plug 'https://github.com/FooSoft/vim-argwrap.git'
Plug 'https://github.com/Lokaltog/vim-easymotion.git' Plug 'https://github.com/Lokaltog/vim-easymotion.git'
Plug 'https://github.com/airblade/vim-gitgutter.git' Plug 'https://github.com/airblade/vim-gitgutter.git'
Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/antoyo/vim-licenses.git'
Plug 'https://github.com/b4winckler/vim-angry.git'
Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bkad/CamelCaseMotion'
Plug 'https://github.com/bling/vim-airline.git' Plug 'https://github.com/bling/vim-airline.git'
Plug 'https://github.com/cespare/vim-toml.git' Plug 'https://github.com/cespare/vim-toml.git'
@ -11,7 +12,6 @@ Plug 'https://github.com/christoomey/vim-sort-motion.git'
Plug 'https://github.com/derekwyatt/vim-fswitch.git' Plug 'https://github.com/derekwyatt/vim-fswitch.git'
Plug 'https://github.com/dhruvasagar/vim-table-mode.git' Plug 'https://github.com/dhruvasagar/vim-table-mode.git'
Plug 'https://github.com/fatih/vim-go.git' Plug 'https://github.com/fatih/vim-go.git'
Plug 'https://github.com/inkarkat/argtextobj.vim.git'
Plug 'https://github.com/junegunn/vim-easy-align.git' Plug 'https://github.com/junegunn/vim-easy-align.git'
Plug 'https://github.com/kien/ctrlp.vim.git' Plug 'https://github.com/kien/ctrlp.vim.git'
Plug 'https://github.com/mattn/emmet-vim.git' Plug 'https://github.com/mattn/emmet-vim.git'