mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Rename vim-extradite to vim-extradite-tap349 so we aren't conflicting with the old repo
This commit is contained in:
parent
f7d5677f28
commit
c1830ac8be
3 changed files with 3 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -130,6 +130,6 @@
|
||||||
[submodule "vim/bundle/neco-syntax"]
|
[submodule "vim/bundle/neco-syntax"]
|
||||||
path = vim/bundle/neco-syntax
|
path = vim/bundle/neco-syntax
|
||||||
url = https://github.com/Shougo/neco-syntax.git
|
url = https://github.com/Shougo/neco-syntax.git
|
||||||
[submodule "vim/bundle/vim-extradite"]
|
[submodule "vim/bundle/vim-extradite-tap349"]
|
||||||
path = vim/bundle/vim-extradite
|
path = vim/bundle/vim-extradite-tap349
|
||||||
url = https://github.com/tap349/vim-extradite.git
|
url = https://github.com/tap349/vim-extradite.git
|
||||||
|
|
|
@ -186,7 +186,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.
|
* [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-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-misc](https://github.com/xolox/vim-misc): Miscellaneous auto-load Vim scripts required by vim-easytags.
|
||||||
* [vim-extradite](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions.
|
* [vim-extradite-tap349](https://github.com/tap349/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.
|
* [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.
|
* [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.
|
* [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.
|
||||||
|
|
Loading…
Reference in a new issue