-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
42 lines (42 loc) · 1.56 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: vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim: vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "vim: solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "vim: nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim: nerdtree-tabs"]
path = vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "vim: gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim: vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim: vim-better-whitespace"]
path = vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace
[submodule "vim: vim-gundo"]
path = vim/bundle/vim-gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "vim: rainbow-parentheses-vim"]
path = vim/bundle/rainbow-parentheses-vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "tmux: tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "vim: neoformat"]
path = vim/bundle/neoformat
url = https://github.com/sbdchd/neoformat.git
[submodule "vim: lexima"]
path = vim/bundle/vim-lexima
url = https://github.com/cohama/lexima.vim.git
[submodule "vim: fish syntax"]
path = vim/bundle/vim-fish-syntax
url = https://github.com/khaveesh/vim-fish-syntax.git