Add vim
This commit is contained in:
parent
9f3dbabda9
commit
def4422737
13 changed files with 108 additions and 0 deletions
27
.gitmodules
vendored
27
.gitmodules
vendored
|
|
@ -4,3 +4,30 @@
|
|||
[submodule "zsh/z-zsh"]
|
||||
path = zsh/z-zsh
|
||||
url = https://github.com/sjl/z-zsh.git
|
||||
[submodule "vim/bundle/vim-pathogen"]
|
||||
path = vim/bundle/vim-pathogen
|
||||
url = https://github.com/tpope/vim-pathogen.git
|
||||
[submodule "vim/bundle/vim-surround"]
|
||||
path = vim/bundle/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
[submodule "vim/bundle/vim-repeat"]
|
||||
path = vim/bundle/vim-repeat
|
||||
url = https://github.com/tpope/vim-repeat.git
|
||||
[submodule "vim/bundle/vim-commentary"]
|
||||
path = vim/bundle/vim-commentary
|
||||
url = https://github.com/tpope/vim-commentary.git
|
||||
[submodule "vim/bundle/vim-sensible"]
|
||||
path = vim/bundle/vim-sensible
|
||||
url = https://github.com/tpope/vim-sensible.git
|
||||
[submodule "vim/bundle/auto-pairs"]
|
||||
path = vim/bundle/auto-pairs
|
||||
url = https://github.com/jiangmiao/auto-pairs.git
|
||||
[submodule "vim/bundle/vim-javascript"]
|
||||
path = vim/bundle/vim-javascript
|
||||
url = https://github.com/pangloss/vim-javascript.git
|
||||
[submodule "vim/bundle/vim-textobj-user"]
|
||||
path = vim/bundle/vim-textobj-user
|
||||
url = https://github.com/kana/vim-textobj-user.git
|
||||
[submodule "vim/bundle/vim-textobj-comment"]
|
||||
path = vim/bundle/vim-textobj-comment
|
||||
url = https://github.com/glts/vim-textobj-comment.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue