Made vim foler install all things needed for vim with stow
This commit is contained in:
60
.gitmodules
vendored
60
.gitmodules
vendored
@@ -1,46 +1,46 @@
|
||||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
[submodule "vim/.vim/bundle/nerdtree"]
|
||||
path = vim/.vim/bundle/nerdtree
|
||||
url = git@github.com:scrooloose/nerdtree.git
|
||||
[submodule "vim/bundle/vim-tmux-navigator"]
|
||||
path = vim/bundle/vim-tmux-navigator
|
||||
[submodule "vim/.vim/bundle/vim-tmux-navigator"]
|
||||
path = vim/.vim/bundle/vim-tmux-navigator
|
||||
url = git@github.com:christoomey/vim-tmux-navigator.git
|
||||
[submodule "vim/bundle/YouCompleteMe"]
|
||||
path = vim/bundle/YouCompleteMe
|
||||
[submodule "vim/.vim/bundle/YouCompleteMe"]
|
||||
path = vim/.vim/bundle/YouCompleteMe
|
||||
url = git@github.com:Valloric/YouCompleteMe.git
|
||||
ignore = dirty
|
||||
[submodule "vim/bundle/tagbar"]
|
||||
path = vim/bundle/tagbar
|
||||
[submodule "vim/.vim/bundle/tagbar"]
|
||||
path = vim/.vim/bundle/tagbar
|
||||
url = git@github.com:majutsushi/tagbar.git
|
||||
[submodule "vim/bundle/tcomment_vim"]
|
||||
path = vim/bundle/tcomment_vim
|
||||
[submodule "vim/.vim/bundle/tcomment_vim"]
|
||||
path = vim/.vim/bundle/tcomment_vim
|
||||
url = git@github.com:tomtom/tcomment_vim.git
|
||||
[submodule "vim/bundle/vim-exchange"]
|
||||
path = vim/bundle/vim-exchange
|
||||
[submodule "vim/.vim/bundle/vim-exchange"]
|
||||
path = vim/.vim/bundle/vim-exchange
|
||||
url = git@github.com:tommcdo/vim-exchange.git
|
||||
[submodule "vim/bundle/tabular"]
|
||||
path = vim/bundle/tabular
|
||||
[submodule "vim/.vim/bundle/tabular"]
|
||||
path = vim/.vim/bundle/tabular
|
||||
url = git@github.com:godlygeek/tabular.git
|
||||
[submodule "vim/bundle/vim-surround"]
|
||||
path = vim/bundle/vim-surround
|
||||
[submodule "vim/.vim/bundle/vim-surround"]
|
||||
path = vim/.vim/bundle/vim-surround
|
||||
url = git@github.com:tpope/vim-surround.git
|
||||
[submodule "vim/bundle/vim-airline"]
|
||||
path = vim/bundle/vim-airline
|
||||
[submodule "vim/.vim/bundle/vim-airline"]
|
||||
path = vim/.vim/bundle/vim-airline
|
||||
url = git@github.com:bling/vim-airline.git
|
||||
[submodule "vim/bundle/gruvbox"]
|
||||
path = vim/bundle/gruvbox
|
||||
[submodule "vim/.vim/bundle/gruvbox"]
|
||||
path = vim/.vim/bundle/gruvbox
|
||||
url = git@github.com:morhetz/gruvbox.git
|
||||
[submodule "vim/bundle/vim-matchparenalways"]
|
||||
path = vim/bundle/vim-matchparenalways
|
||||
[submodule "vim/.vim/bundle/vim-matchparenalways"]
|
||||
path = vim/.vim/bundle/vim-matchparenalways
|
||||
url = git@github.com:justinmk/vim-matchparenalways.git
|
||||
[submodule "vim/bundle/vim-gradle"]
|
||||
path = vim/bundle/vim-gradle
|
||||
[submodule "vim/.vim/bundle/vim-gradle"]
|
||||
path = vim/.vim/bundle/vim-gradle
|
||||
url = git@github.com:tfnico/vim-gradle.git
|
||||
[submodule "vim/bundle/indentLine"]
|
||||
path = vim/bundle/indentLine
|
||||
[submodule "vim/.vim/bundle/indentLine"]
|
||||
path = vim/.vim/bundle/indentLine
|
||||
url = git@github.com:Yggdroot/indentLine.git
|
||||
[submodule "vim/bundle/delimitMate"]
|
||||
path = vim/bundle/delimitMate
|
||||
[submodule "vim/.vim/bundle/delimitMate"]
|
||||
path = vim/.vim/bundle/delimitMate
|
||||
url = git@github.com:Raimondi/delimitMate.git
|
||||
[submodule "vim/bundle/ctrlp.vim"]
|
||||
path = vim/bundle/ctrlp.vim
|
||||
[submodule "vim/.vim/bundle/ctrlp.vim"]
|
||||
path = vim/.vim/bundle/ctrlp.vim
|
||||
url = git@github.com:kien/ctrlp.vim.git
|
||||
|
||||
Submodule vim/bundle/YouCompleteMe deleted from 4436d515d3
Submodule vim/bundle/ctrlp.vim deleted from b5d3fe66a5
Submodule vim/bundle/delimitMate deleted from 470c053a3b
Submodule vim/bundle/gruvbox deleted from ca1e855a8f
Submodule vim/bundle/indentLine deleted from 547ceb5b04
Submodule vim/bundle/nerdtree deleted from 3b98a7fcae
Submodule vim/bundle/tabular deleted from 60f2564881
Submodule vim/bundle/tagbar deleted from 00dfa82b00
Submodule vim/bundle/tcomment_vim deleted from 2a7fa3b98d
Submodule vim/bundle/vim-airline deleted from 446397e006
Submodule vim/bundle/vim-exchange deleted from 5cb2a3733a
Submodule vim/bundle/vim-gradle deleted from e77153d120
Submodule vim/bundle/vim-matchparenalways deleted from 44da6c695b
Submodule vim/bundle/vim-surround deleted from 6afb2d90e3
Submodule vim/bundle/vim-tmux-navigator deleted from 85b8e5f60c
Reference in New Issue
Block a user