From 1024bf799045ae95a8944608e8b0c138e711111b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 12 Mar 2015 16:55:13 +0900 Subject: [PATCH] Adding argtextobj.vim --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index cd16524..3ddf96a 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -7,6 +7,7 @@ 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/dhruvasagar/vim-table-mode.git' +Plug 'https://github.com/inkarkat/argtextobj.vim.git' Plug 'https://github.com/junegunn/vim-easy-align.git' Plug 'https://github.com/kien/ctrlp.vim.git' Plug 'https://github.com/mattn/emmet-vim.git'