Add the splitjoin plugin

This commit is contained in:
Kevin MacMartin 2017-11-22 17:24:13 -05:00
parent 384549b348
commit 26259e4252
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -121,3 +121,6 @@
[submodule "vim/bundle/cosco.vim"]
path = vim/bundle/cosco.vim
url = https://github.com/lfilho/cosco.vim
[submodule "vim/bundle/splitjoin.vim"]
path = vim/bundle/splitjoin.vim
url = https://github.com/AndrewRadev/splitjoin.vim

View file

@ -171,6 +171,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
* [patchreview-vim](https://github.com/junkblocker/patchreview-vim): A Vim plugin for doing single, multi-patch or diff code reviews.
* [rename.vim](https://github.com/danro/rename.vim): Rename the current file in the vim buffer + retain relative path.
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
* [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Simplifies the transition between multiline and single-line code
* [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo.
* [syntastic](https://github.com/scrooloose/syntastic): Uses system compilers and parsers to check syntax either on-the-fly or after saving a compatible document.
* [tabular](https://github.com/godlygeek/tabular): Vim script for text filtering and alignment.

@ -0,0 +1 @@
Subproject commit 3d59b0deb8b70874b66d862be19fbea2b9e6a048