-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
45 lines (45 loc) · 1.64 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
[submodule "vim/bundle/vim-ack"]
path = vim/bundle/vim-ack
url = https://github.com/mileszs/ack.vim
[submodule "vim/bundle/ag"]
path = vim/bundle/ag
url = https://github.com/rking/ag.vim
[submodule "vim/bundle/ale"]
path = vim/bundle/ale
url = https://github.com/dense-analysis/ale
[submodule "vim/bundle/fzf"]
path = vim/bundle/fzf
url = https://github.com/junegunn/fzf.vim
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab
[submodule "vim/bundle/tcomment"]
path = vim/bundle/tcomment
url = https://github.com/ervandew/supertab
[submodule "vim/bundle/vim-cljfmt"]
path = vim/bundle/vim-cljfmt
url = https://github.com/venantius/vim-cljfmt
[submodule "vim/bundle/vim-clojure-static"]
path = vim/bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static
[submodule "vim/bundle/vim-fireplace"]
path = vim/bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "vim/bundle/vim-sexp"]
path = vim/bundle/vim-sexp
url = https://github.com/guns/vim-sexp
[submodule "vim/bundle/vim-sexp-mappings"]
path = vim/bundle/vim-sexp-mappings
url = https://github.com/tpope/vim-sexp-mappings-for-regular-people
[submodule "vim/bundle/vimux"]
path = vim/bundle/vimux
url = https://github.com/benmills/vimux
[submodule "/Users/stopa/dotfiles/vim/bundle/vim-prettier"]
path = /Users/stopa/dotfiles/vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier