From 91d7513ab6102d64d5432b86211060c6611e55f9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 24 Mar 2015 15:15:31 +0900 Subject: [PATCH] Adding vim-sort-motion --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index d4d5f9e..a3f3cdf 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -6,6 +6,7 @@ Plug 'https://github.com/airblade/vim-gitgutter.git' Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/bkad/CamelCaseMotion' 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/fatih/vim-go.git' Plug 'https://github.com/inkarkat/argtextobj.vim.git'