From 26259e4252978ef19986fbe3bc99a940426beb63 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 22 Nov 2017 17:24:13 -0500 Subject: [PATCH] Add the splitjoin plugin --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/splitjoin.vim | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/splitjoin.vim diff --git a/.gitmodules b/.gitmodules index 767623b..7e82801 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 11ffb80..55ccc8f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vim/bundle/splitjoin.vim b/vim/bundle/splitjoin.vim new file mode 160000 index 0000000..3d59b0d --- /dev/null +++ b/vim/bundle/splitjoin.vim @@ -0,0 +1 @@ +Subproject commit 3d59b0deb8b70874b66d862be19fbea2b9e6a048