-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.74 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.74 KB
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
40
41
42
43
44
45
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = git://github.com/groenewege/vim-less.git
[submodule ".vim/bundle/vim-css3-syntax"]
path = .vim/bundle/vim-css3-syntax
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule ".vim/bundle/vim-css-color"]
path = .vim/bundle/vim-css-color
url = git://github.com/skammer/vim-css-color.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/tlib"]
path = .vim/bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/addon-mw-utils"]
path = .vim/bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
#[submodule ".vim/bundle/vim-snippets"]
# path = .vim/bundle/vim-snippets
# url = https://github.com/honza/vim-snippets
[submodule ".vim/bundle/tern_for_vim"]
path = .vim/bundle/tern_for_vim
url = https://github.com/marijnh/tern_for_vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git