aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2017-03-31 11:50:44 +0200
committerTeddy Wing2017-03-31 11:58:28 +0200
commit9eb8bec9d816936041efef285ae36af3337d728d (patch)
treec66dc947c565ff3fe222a71750667bb679d45355 /.gitmodules
parent710d60e592c890ef59119c05f2a59eb33a410a7b (diff)
downloaddotvim-9eb8bec9d816936041efef285ae36af3337d728d.tar.bz2
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
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