From c5c126ad127ae34576e7dcc7591e9567783b5407 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 19 Nov 2020 16:49:56 -0500 Subject: [PATCH] Remove rename.vim as I never actually used this --- .gitmodules | 3 --- README.md | 1 - vim/bundle/rename.vim | 1 - 3 files changed, 5 deletions(-) delete mode 160000 vim/bundle/rename.vim diff --git a/.gitmodules b/.gitmodules index ed2250d..3836b80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,9 +82,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 [submodule "vim/bundle/ReplaceWithRegister"] path = vim/bundle/ReplaceWithRegister url = https://github.com/prurigro/ReplaceWithRegister.git diff --git a/README.md b/README.md index b15cef6..3d9d5fd 100644 --- a/README.md +++ b/README.md @@ -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. -* [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 * [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo. diff --git a/vim/bundle/rename.vim b/vim/bundle/rename.vim deleted file mode 160000 index f133763..0000000 --- a/vim/bundle/rename.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f133763b0bbd79039f4e071a467ea8fc27d97dbd