diff options
author | Teddy Wing | 2017-03-31 11:50:44 +0200 |
---|---|---|
committer | Teddy Wing | 2017-03-31 11:58:28 +0200 |
commit | 9eb8bec9d816936041efef285ae36af3337d728d (patch) | |
tree | c66dc947c565ff3fe222a71750667bb679d45355 | |
parent | 710d60e592c890ef59119c05f2a59eb33a410a7b (diff) | |
download | dotvim-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
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | bundle/vim-argwrap | 0 |
2 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 diff --git a/bundle/vim-argwrap b/bundle/vim-argwrap new file mode 160000 +Subproject 03a29b3e6c2f22d7fb5f4866ff8d3f6a251c5cf |