mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Replace the tap349 vim-extradite fork with the original now that it supports the latest fugitive
This commit is contained in:
parent
00e0718252
commit
3b7c48e0c8
4 changed files with 5 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -118,6 +118,6 @@
|
|||
[submodule "vim/bundle/neco-syntax"]
|
||||
path = vim/bundle/neco-syntax
|
||||
url = https://github.com/Shougo/neco-syntax.git
|
||||
[submodule "vim/bundle/vim-extradite-tap349"]
|
||||
path = vim/bundle/vim-extradite-tap349
|
||||
url = https://github.com/tap349/vim-extradite.git
|
||||
[submodule "vim/bundle/vim-extradite"]
|
||||
path = vim/bundle/vim-extradite
|
||||
url = https://github.com/int3/vim-extradite
|
||||
|
|
|
@ -181,7 +181,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [tcomment_vim](https://github.com/tomtom/tcomment_vim): File-type sensible comments that can be easily toggled on and off for blocks of text.
|
||||
* [vim-easytags](https://github.com/xolox/vim-easytags): Automated tag file generation and syntax highlighting of tags in Vim.
|
||||
* [vim-misc](https://github.com/xolox/vim-misc): Miscellaneous auto-load Vim scripts required by vim-easytags.
|
||||
* [vim-extradite-tap349](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions.
|
||||
* [vim-extradite](https://github.com/int3/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions.
|
||||
* [vimfiler.vim](https://github.com/Shougo/vimfiler.vim): A curses-style file manager for vim that runs on it's own or in a sidebar and can associate handlers for file types.
|
||||
* [unite.vim](https://github.com/Shougo/unite.vim): A library used by Vim Filer to help build its user interface.
|
||||
* [vim-fixkey](https://github.com/drmikehenry/vim-fixkey): A set of keyboard mappings that override differences in different environments that might normally break consistency or compatibility.
|
||||
|
|
1
vim/bundle/vim-extradite
Submodule
1
vim/bundle/vim-extradite
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 58c77fffbb5d61eb0b87c8b4ef0ad78e9659d621
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b6323c31e2282901e077bbb3b64b9a58673aaa0a
|
Loading…
Reference in a new issue