-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.63 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "vim/bundle/syntastic"]
path = dotfiles/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/salt-vim"]
path = dotfiles/.vim/bundle/salt-vim
url = https://github.com/saltstack/salt-vim.git
[submodule "vim/bundle/vim-markdown"]
path = dotfiles/.vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim/bundle/vim-surround"]
path = dotfiles/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/ctrlp.vim"]
path = dotfiles/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-fugitive"]
path = dotfiles/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-lucius"]
path = dotfiles/.vim/bundle/vim-lucius
url = https://github.com/jonathanfilip/vim-lucius.git
[submodule "vim/bundle/vim-golang"]
path = dotfiles/.vim/bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule "vim/bundle/tabular"]
path = dotfiles/.vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/vim-repeat"]
path = dotfiles/.vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-unimpaired"]
path = dotfiles/.vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/vim-visual-star-search"]
path = dotfiles/.vim/bundle/vim-visual-star-search
url = https://github.com/nelstrom/vim-visual-star-search.git
[submodule "vim/bundle/goyo.vim"]
path = dotfiles/.vim/bundle/goyo.vim
url = https://github.com/junegunn/goyo.vim.git