-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
42 lines (42 loc) · 1.71 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
[submodule "vim/plugins/vim-tmux-navigator"]
path = vim/plugins/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "vim/plugins/vim-pathogen"]
path = vim/plugin_managers/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/plugins/nerdcommenter"]
path = vim/plugins/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/plugins/vim"]
path = vim/vim
url = https://github.com/vim/vim.git
[submodule "vim/plugins/vim-atom-dark"]
path = vim/colorschemes/vim-atom-dark
url = git@github.com:PiedPieper/vim-atom-dark.git
[submodule "vim/plugins/vim-erlang-runtime"]
path = vim/plugins/vim-erlang-runtime
url = https://github.com/vim-erlang/vim-erlang-runtime.git
[submodule "vim/plugins/vim-erlang-compiler"]
path = vim/plugins/vim-erlang-compiler
url = https://github.com/vim-erlang/vim-erlang-compiler.git
[submodule "vim/plugins/vim-erlang-skeletons"]
path = vim/plugins/vim-erlang-skeletons
url = https://github.com/vim-erlang/vim-erlang-skeletons.git
[submodule "vim/plugins/Dockerfile.vim"]
path = vim/plugins/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vim/plugins/nerdtree"]
path = vim/plugins/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/plugins/tern_for_vim"]
path = vim/plugins/tern_for_vim
url = https://github.com/ternjs/tern_for_vim.git
[submodule "vim/plugins/dasht"]
path = vim/plugins/dasht
url = https://github.com/sunaku/dasht.git
[submodule "vim/plugins/vim-dasht"]
path = vim/plugins/vim-dasht
url = https://github.com/sunaku/vim-dasht.git
[submodule "vim/syntastic"]
path = vim/plugins/syntastic
url = https://github.com/vim-syntastic/syntastic.git