-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
66 lines (66 loc) · 3.19 KB
/
.gitmodules
File metadata and controls
66 lines (66 loc) · 3.19 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
64
65
66
[submodule "vim/bundle/vim-airline"]
path = roles/vim/files/vim/pack/ui/opt/vim-airline
url = https://github.com/bling/vim-airline
ignore = dirty
[submodule "vim/bundle/vim-indexed-search"]
path = roles/vim/files/vim/pack/ui/start/vim-indexed-search
url = https://github.com/henrik/vim-indexed-search.git
ignore = dirty
[submodule "vim/bundle/vim-fugitive"]
path = roles/vim/files/vim/pack/functional/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-airline-themes"]
path = roles/vim/files/vim/pack/ui/start/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/bundle/YouCompleteMe"]
path = roles/vim/files/vim/pack/functional/start/YouCompleteMe
url = git@github.com:Valloric/YouCompleteMe.git
ignore = dirty
[submodule "vim/bundle/taskpaper.vim"]
path = roles/vim/files/vim/pack/syntax/start/taskpaper.vim
url = git@github.com:davidoc/taskpaper.vim.git
[submodule "vim/bundle/typescript-vim"]
path = roles/vim/files/vim/pack/syntax/start/typescript-vim
url = git@github.com:leafgarland/typescript-vim.git
[submodule "vim/bundle/goyo.vim"]
path = roles/vim/files/vim/pack/ui/start/goyo.vim
url = git@github.com:junegunn/goyo.vim.git
[submodule "vim/bundle/vim-terraform"]
path = roles/vim/files/vim/pack/syntax/start/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "vim/pack/colorschemes/base16-vim"]
path = vim/pack/colorschemes/opt/base16-vim
url = git@github.com:chriskempson/base16-vim.git
[submodule "vim/pack/functional/start/fzf.vim"]
path = roles/vim/files/vim/pack/functional/start/fzf.vim
url = git@github.com:junegunn/fzf.vim.git
[submodule "vim/pack/syntax/vim-mikrotik"]
path = roles/vim/files/vim/pack/syntax/start/vim-mikrotik
url = git@github.com:zainin/vim-mikrotik.git
[submodule "vim/pack/ui/start/vim-gitgutter"]
path = roles/vim/files/vim/pack/ui/start/vim-gitgutter
url = git@github.com:airblade/vim-gitgutter.git
[submodule "vim/pack/functional/start/ale"]
path = roles/vim/files/vim/pack/functional/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule "vim/pack/functional/start/vim-surround"]
path = roles/vim/files/vim/pack/functional/start/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/pack/functional/start/vim-commentary"]
path = roles/vim/files/vim/pack/functional/start/vim-commentary
url = git@github.com:tpope/vim-commentary.git
[submodule "vim/pack/functional/start/undotree"]
path = roles/vim/files/vim/pack/functional/start/undotree
url = git@github.com:mbbill/undotree.git
[submodule "roles/vim/files/vim/pack/syntax/start/vim-polyglot"]
path = roles/vim/files/vim/pack/syntax/start/vim-polyglot
url = git@github.com:sheerun/vim-polyglot.git
[submodule "roles/vim/files/vim/pack/functional/start/vim-python-pep8-indent"]
path = roles/vim/files/vim/pack/functional/start/vim-python-pep8-indent
url = https://github.com/Vimjas/vim-python-pep8-indent.git
[submodule "dotoverrides"]
path = dotoverrides
url = git@github.com:andrasmaroy/dotoverrides.git
[submodule "roles/vim/files/vim/pack/functional/start/copilot.vim"]
path = roles/vim/files/vim/pack/functional/start/copilot.vim
url = https://github.com/github/copilot.vim.git