-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.85 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.85 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
46
47
48
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/taglist.vim"]
path = .vim/bundle/taglist.vim
url = git://github.com/vim-scripts/taglist.vim.git
[submodule "vim-powerline"]
path = vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "camelcasemotion"]
path = camelcasemotion
url = git://github.com/vim-scripts/camelcasemotion.git
[submodule "syntastic"]
path = syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/camelcasemotion"]
path = .vim/bundle/camelcasemotion
url = git://github.com/vim-scripts/camelcasemotion.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/AutoClose"]
path = .vim/bundle/AutoClose
url = git://github.com/vim-scripts/AutoClose.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/neocomplecache"]
path = .vim/bundle/neocomplecache
url = git://github.com/Shougo/neocomplcache.git
[submodule ".vim/bundle/haskellmode-vim"]
path = .vim/bundle/haskellmode-vim
url = git://github.com/johntyree/haskellmode-vim.git
[submodule ".vim/bundle/neco-ghc"]
path = .vim/bundle/neco-ghc
url = git://github.com/ujihisa/neco-ghc.git
[submodule ".vim/bundle/vim-hoogle"]
path = .vim/bundle/vim-hoogle
url = git://github.com/Twinside/vim-hoogle.git
[submodule ".vim/bundle/neosnippet"]
path = .vim/bundle/neosnippet
url = git://github.com/Shougo/neosnippet.git