-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 1006 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = git@github.com:altercation/vim-colors-solarized.git
[submodule ".vim/bundle/nerd-tree"]
path = .vim/bundle/nerd-tree
url = git@github.com:scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-editorconfig"]
path = .vim/bundle/vim-editorconfig
url = git@github.com:editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-json"]
path = .vim/bundle/vim-json
url = git@github.com:elzr/vim-json.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-jade"]
path = .vim/bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule ".vim/bundle/vim-tmux-navigator"]
path = .vim/bundle/vim-tmux-navigator
url = git://github.com/christoomey/vim-tmux-navigator.git