-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.72 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.72 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
[submodule "vim/bundle/vim-git"]
path = vim/bundle/vim-git
url = https://github.com/tpope/vim-git
[submodule "bundle/base17-vim"]
path = vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim
[submodule "vim/bundle/vim-sensible"]
path = vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "prezto"]
path = prezto
url = https://github.com/fellipecaetano/prezto
[submodule "vim/bundle/commentary"]
path = vim/bundle/commentary
url = https://github.com/tpope/vim-commentary
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "vim/bundle/vim-rust"]
path = vim/bundle/vim-rust
url = https://github.com/rust-lang/rust.vim
[submodule "vim/bundle/vim-autoformat"]
path = vim/bundle/vim-autoformat
url = https://github.com/Chiel92/vim-autoformat
[submodule "vim/bundle/vim-swift"]
path = vim/bundle/vim-swift
url = https://github.com/keith/swift.vim
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = https://github.com/wincent/command-t
[submodule "vim/bundle/vim-jsx"]
path = vim/bundle/vim-jsx
url = https://github.com/mxw/vim-jsx
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "vim/bundle/vim-prettier"]
path = vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier