mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove rename.vim as I never actually used this
This commit is contained in:
parent
11ed8af270
commit
c5c126ad12
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -82,9 +82,6 @@
|
||||||
[submodule "vim/bundle/vim-unimpaired"]
|
[submodule "vim/bundle/vim-unimpaired"]
|
||||||
path = vim/bundle/vim-unimpaired
|
path = vim/bundle/vim-unimpaired
|
||||||
url = https://github.com/tpope/vim-unimpaired.git
|
url = https://github.com/tpope/vim-unimpaired.git
|
||||||
[submodule "vim/bundle/rename.vim"]
|
|
||||||
path = vim/bundle/rename.vim
|
|
||||||
url = https://github.com/danro/rename.vim.git
|
|
||||||
[submodule "vim/bundle/ReplaceWithRegister"]
|
[submodule "vim/bundle/ReplaceWithRegister"]
|
||||||
path = vim/bundle/ReplaceWithRegister
|
path = vim/bundle/ReplaceWithRegister
|
||||||
url = https://github.com/prurigro/ReplaceWithRegister.git
|
url = https://github.com/prurigro/ReplaceWithRegister.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.
|
* [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.
|
* [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.
|
* [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags.
|
||||||
* [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).
|
* [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
|
* [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.
|
* [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f133763b0bbd79039f4e071a467ea8fc27d97dbd
|
|
Loading…
Reference in a new issue