Adding vim-sort-motion

This commit is contained in:
Alex Yatskov 2015-03-24 15:15:31 +09:00
parent 782b94355c
commit 91d7513ab6

View File

@ -6,6 +6,7 @@ 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/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/christoomey/vim-sort-motion.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/inkarkat/argtextobj.vim.git'