mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Remove patchreview as I never actually used this
This commit is contained in:
parent
3b7c48e0c8
commit
11ed8af270
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -79,9 +79,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
|
||||
[submodule "vim/bundle/vim-unimpaired"]
|
||||
path = vim/bundle/vim-unimpaired
|
||||
url = https://github.com/tpope/vim-unimpaired.git
|
||||
|
|
|
@ -169,7 +169,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [incsearch.vim](https://github.com/haya14busa/incsearch.vim): Improved incremental searching for Vim.
|
||||
* [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.
|
||||
* [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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ec6000065043e61418d740b833828bf5d8a77f4d
|
Loading…
Reference in a new issue