-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
63 lines (63 loc) · 2.55 KB
/
.gitmodules
File metadata and controls
63 lines (63 loc) · 2.55 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git@github.com:robbyrussell/oh-my-zsh.git
[submodule "vim/.vim/bundle/vim-notes"]
path = vim/.vim/bundle/vim-notes
url = https://github.com/xolox/vim-notes.git
[submodule "vim/.vim/bundle/vim-misc"]
path = vim/.vim/bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "vim/.vim/bundle/ack.vim"]
path = vim/.vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim
[submodule "vim/.vim/bundle/ctrlp.vim"]
path = vim/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "vim/.vim/bundle/indentLine"]
path = vim/.vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine
[submodule "vim/.vim/bundle/nerdcommenter"]
path = vim/.vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/.vim/bundle/vim-airline"]
path = vim/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/.vim/bundle/vim-buffergator.vim"]
path = vim/.vim/bundle/vim-buffergator.vim
url = https://github.com/jeetsukumaran/vim-buffergator
[submodule "vim/.vim/bundle/vim-clojure-highlight"]
path = vim/.vim/bundle/vim-clojure-highlight
url = https://github.com/guns/vim-clojure-highlight
[submodule "vim/.vim/bundle/vim-clojure-static"]
path = vim/.vim/bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static
[submodule "vim/.vim/bundle/vim-fireplace"]
path = vim/.vim/bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace
[submodule "vim/.vim/bundle/vim-snippets"]
path = vim/.vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets
[submodule "vim/.vim/bundle/vim-elixir"]
path = vim/.vim/bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir
[submodule "nvim/plugged/alchemist.vim"]
path = nvim/plugged/alchemist.vim
url = https://github.com/slashmili/alchemist.vim
[submodule "nvim/plugged/phoenix.vim"]
path = nvim/plugged/phoenix.vim
url = https://github.com/c-brenn/phoenix.vim
[submodule "nvim/plugged/vim-projectionist"]
path = nvim/plugged/vim-projectionist
url = https://github.com/tpope/vim-projectionist
[submodule "nvim/plugged/deoplete.nvim"]
path = nvim/plugged/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim
[submodule "nvim/plugged/neomake"]
path = nvim/plugged/neomake
url = https://github.com/neomake/neomake
[submodule "nvim/plugged/molokai"]
path = nvim/plugged/molokai
url = https://github.com/tomasr/molokai
[submodule "nvim/plugged/vim-polyglot"]
path = nvim/plugged/vim-polyglot
url = https://github.com/sheerun/vim-polyglot