mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add the patchreview-vim plugin for vimdiff of changes a patch will make
This commit is contained in:
parent
be1b57de17
commit
24c9f3cb16
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -103,3 +103,6 @@
|
|||
[submodule "vim/bundle/incsearch.vim"]
|
||||
path = vim/bundle/incsearch.vim
|
||||
url = https://github.com/haya14busa/incsearch.vim
|
||||
[submodule "vim/bundle/patchreview-vim"]
|
||||
path = vim/bundle/patchreview-vim
|
||||
url = https://github.com/junkblocker/patchreview-vim
|
||||
|
|
|
@ -158,6 +158,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim.
|
||||
* [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags.
|
||||
* [neocomplcache.vim](https://github.com/Shougo/neocomplcache.vim): The '*ultimate*' auto-completion system for Vim.
|
||||
* [patchreview-vim](https://github.com/junkblocker/patchreview-vim): A Vim plugin for doing single, multi-patch or diff code reviews.
|
||||
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
|
||||
* [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.
|
||||
|
|
1
vim/bundle/patchreview-vim
Submodule
1
vim/bundle/patchreview-vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c48e67a9810fea21955c7ccb258017df20f5963a
|
Loading…
Reference in a new issue