aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 4935517871eee1038ee621f66cf6317dd5c7d086 (plain) (blame)
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
# My Vim plugins
[submodule "vim/bundle/fixed_join"]
    path = vim/bundle/fixed_join
    url = https://sanctum.geek.nz/code/vim-fixed-join.git
[submodule "vim/bundle/insert_suspend_hlsearch"]
    path = vim/bundle/insert_suspend_hlsearch
    url = https://sanctum.geek.nz/code/vim-insert-suspend-hlsearch.git
[submodule "vim/bundle/toggle_option_flags"]
    path = vim/bundle/toggle_option_flags
    url = https://sanctum.geek.nz/code/vim-toggle-option-flags.git

# My Vim colorschemes
[submodule "vim/bundle/juvenile"]
    path = vim/bundle/juvenile
    url = https://sanctum.geek.nz/code/vim-juvenile.git
[submodule "vim/bundle/sahara"]
    path = vim/bundle/sahara
    url = https://sanctum.geek.nz/code/vim-sahara.git

# Others' Vim plugins
[submodule "vim/bundle/abolish"]
    path = vim/bundle/abolish
    url = https://sanctum.geek.nz/clone/vim-abolish.git
[submodule "vim/bundle/commentary"]
    path = vim/bundle/commentary
    url = https://sanctum.geek.nz/clone/vim-commentary.git
[submodule "vim/bundle/repeat"]
    path = vim/bundle/repeat
    url = https://sanctum.geek.nz/clone/vim-repeat.git
[submodule "vim/bundle/surround"]
    path = vim/bundle/surround
    url = https://sanctum.geek.nz/clone/vim-surround.git
[submodule "vim/bundle/unimpaired"]
    path = vim/bundle/unimpaired
    url = https://sanctum.geek.nz/clone/vim-unimpaired.git