Move out old vim files

This commit is contained in:
Hunter Haugen 2020-02-19 14:20:36 -08:00
parent 35d3cd52a2
commit 336ba41033
Signed by: hunner
GPG key ID: EF99694AA599DDAD
40 changed files with 17 additions and 17 deletions

34
.gitmodules vendored
View file

@ -1,54 +1,54 @@
[submodule ".vim/bundle/Gundo"] [submodule ".vim/bundle/Gundo"]
path = .vim/bundle/Gundo path = .oldvim/vim/bundle/Gundo
url = https://github.com/vim-scripts/Gundo.git url = https://github.com/vim-scripts/Gundo.git
ignore = dirty ignore = dirty
[submodule ".vim/bundle/ShowMarks"] [submodule ".vim/bundle/ShowMarks"]
path = .vim/bundle/ShowMarks path = .oldvim/vim/bundle/ShowMarks
url = https://github.com/vim-scripts/ShowMarks.git url = https://github.com/vim-scripts/ShowMarks.git
ignore = dirty ignore = dirty
[submodule ".vim/bundle/vundle"] [submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle path = .oldvim/vim/bundle/vundle
url = https://github.com/gmarik/vundle.git url = https://github.com/gmarik/vundle.git
ignore = dirty ignore = dirty
[submodule ".vim/bundle/Align"] [submodule ".vim/bundle/Align"]
path = .vim/bundle/Align path = .oldvim/vim/bundle/Align
url = https://github.com/vim-scripts/Align.git url = https://github.com/vim-scripts/Align.git
[submodule ".vim/bundle/vim-markdown"] [submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown path = .oldvim/vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/FuzzyFinder"] [submodule ".vim/bundle/FuzzyFinder"]
path = .vim/bundle/FuzzyFinder path = .oldvim/vim/bundle/FuzzyFinder
url = https://github.com/vim-scripts/FuzzyFinder.git url = https://github.com/vim-scripts/FuzzyFinder.git
[submodule ".vim/bundle/L9"] [submodule ".vim/bundle/L9"]
path = .vim/bundle/L9 path = .oldvim/vim/bundle/L9
url = https://github.com/vim-scripts/L9.git url = https://github.com/vim-scripts/L9.git
[submodule ".vim/bundle/Tabular"] [submodule ".vim/bundle/Tabular"]
path = .vim/bundle/Tabular path = .oldvim/vim/bundle/Tabular
url = https://github.com/vim-scripts/Tabular.git url = https://github.com/vim-scripts/Tabular.git
[submodule ".vim/bundle/The-NERD-tree"] [submodule ".vim/bundle/The-NERD-tree"]
path = .vim/bundle/The-NERD-tree path = .oldvim/vim/bundle/The-NERD-tree
url = https://github.com/vim-scripts/The-NERD-tree.git url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule ".vim/bundle/ctrlp.vim"] [submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim path = .oldvim/vim/bundle/ctrlp.vim
url = https://github.com/vim-scripts/ctrlp.vim.git url = https://github.com/vim-scripts/ctrlp.vim.git
[submodule ".vim/bundle/gnupg"] [submodule ".vim/bundle/gnupg"]
path = .vim/bundle/gnupg path = .oldvim/vim/bundle/gnupg
url = https://github.com/vim-scripts/gnupg.git url = https://github.com/vim-scripts/gnupg.git
[submodule ".vim/bundle/vim-puppet"] [submodule ".vim/bundle/vim-puppet"]
path = .vim/bundle/vim-puppet path = .oldvim/vim/bundle/vim-puppet
url = https://github.com/voxpupuli/vim-puppet.git url = https://github.com/voxpupuli/vim-puppet.git
[submodule ".vim/bundle/vim-plist"] [submodule ".vim/bundle/vim-plist"]
path = .vim/bundle/vim-plist path = .oldvim/vim/bundle/vim-plist
url = https://github.com/hunner/vim-plist.git url = https://github.com/hunner/vim-plist.git
[submodule ".vim/bundle/vim-coffee-script"] [submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script path = .oldvim/vim/bundle/vim-coffee-script
url = https://github.com/vim-scripts/vim-coffee-script.git url = https://github.com/vim-scripts/vim-coffee-script.git
[submodule ".vim/bundle/syntastic"] [submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic path = .oldvim/vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/YouCompleteMe"] [submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe path = .oldvim/vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/ag"] [submodule ".vim/bundle/ag"]
path = .vim/bundle/ag path = .oldvim/vim/bundle/ag
url = https://github.com/rking/ag.vim url = https://github.com/rking/ag.vim