-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
68 lines (68 loc) · 2.55 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/colors-neverland"]
path = .vim/bundle/colors-neverland
url = https://github.com/trapd00r/neverland-vim-theme.git
[submodule ".vim/bundle/colors-solarized"]
path = .vim/bundle/colors-solarized
url = https://github.com/phil5/vim-colors-solarized.git
[submodule ".vim/bundle/conque-term"]
path = .vim/bundle/conque-term
url = https://github.com/rosenfeld/conque-term.git
ignore = dirty
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/easymotion"]
path = .vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/elm"]
path = .vim/bundle/elm
url = https://github.com/lambdatoast/elm.vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ghcmod-vim"]
path = .vim/bundle/ghcmod-vim
url = https://github.com/eagletmt/ghcmod-vim.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/indent-motion"]
path = .vim/bundle/indent-motion
url = https://github.com/vim-scripts/indent-motion.git
[submodule ".vim/bundle/neco-ghc"]
path = .vim/bundle/neco-ghc
url = https://github.com/ujihisa/neco-ghc.git
[submodule ".vim/bundle/unbundle"]
path = .vim/bundle/unbundle
url = https://github.com/sunaku/vim-unbundle.git
ignore = dirty
[submodule ".vim/bundle/vimproc"]
path = .vim/bundle/vimproc
url = https://github.com/Shougo/vimproc.git
[submodule ".vim/bundle/ycm"]
path = .vim/bundle/non-google/ycm
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/vim-hoogle"]
path = .vim/bundle/vim-hoogle
url = https://github.com/Twinside/vim-hoogle.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-slime"]
path = .vim/bundle/vim-slime
url = https://github.com/jpalardy/vim-slime.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule ".vim/bundle/dart-vim-plugin"]
path = .vim/bundle/dart-vim-plugin
url = https://github.com/dart-lang/dart-vim-plugin.git