-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
54 lines (54 loc) · 2.1 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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-flake8"]
path = .vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = [email protected]:tpope/vim-surround.git
[submodule ".vim/bundle/SimpylFold"]
path = .vim/bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/vim-fireplace"]
path = .vim/bundle/vim-fireplace
url = git://github.com/tpope/vim-fireplace.git
[submodule ".vim/bundle/vim-classpath"]
path = .vim/bundle/vim-classpath
url = git://github.com/tpope/vim-classpath.git
[submodule ".vim/bundle/vim-clojure-static"]
path = .vim/bundle/vim-clojure-static
url = git://github.com/guns/vim-clojure-static.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule ".vim/bundle/paredit.vim"]
path = .vim/bundle/paredit.vim
url = https://github.com/vim-scripts/paredit.vim.git
[submodule ".vim/bundle/vim-eastwood"]
path = .vim/bundle/vim-eastwood
url = https://github.com/venantius/vim-eastwood.git
[submodule ".vim/bundle/vim-cljfmt"]
path = .vim/bundle/vim-cljfmt
url = https://github.com/venantius/vim-cljfmt.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = [email protected]:rust-lang/rust.vim.git
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = [email protected]:sheerun/vim-polyglot.git