mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Add the splitjoin plugin
This commit is contained in:
parent
384549b348
commit
26259e4252
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
1
vim/bundle/splitjoin.vim
Submodule
1
vim/bundle/splitjoin.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d59b0deb8b70874b66d862be19fbea2b9e6a048
|
Loading…
Reference in a new issue