mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add the rename.vim plugin
This commit is contained in:
parent
6475f665de
commit
cdf56f34a0
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -109,3 +109,6 @@
|
|||
[submodule "vim/bundle/vim-unimpaired"]
|
||||
path = vim/bundle/vim-unimpaired
|
||||
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
|
||||
|
|
|
@ -173,6 +173,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [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.
|
||||
* [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).
|
||||
* [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/rename.vim
Submodule
1
vim/bundle/rename.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f133763b0bbd79039f4e071a467ea8fc27d97dbd
|
Loading…
Reference in a new issue