From 9eb8bec9d816936041efef285ae36af3337d728d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 31 Mar 2017 11:50:44 +0200 Subject: Add 'vim-argwrap' plugin Was getting annoyed at having to manually split function arguments from a single line to multiple lines. Planned on writing a little custom plugin to do this, but this one seems more well thought out and featureful than what I was thinking of. It also seems lighter and not as presumptive as another alternative I found: https://github.com/AndrewRadev/splitjoin.vim --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ffecfe4..7a40c1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,7 @@ [submodule "bundle/vim-repeat"] path = bundle/vim-repeat url = https://github.com/tpope/vim-repeat.git +[submodule "bundle/vim-argwrap"] + path = bundle/vim-argwrap + url = https://github.com/FooSoft/vim-argwrap.git + ignore = untracked -- cgit v1.2.3