-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
138 lines (138 loc) · 5.14 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[submodule "3rd_parties/vim-colors-solarized"]
path = 3rd_parties/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
ignore = untracked
[submodule "3rd_parties/vim-pathogen"]
path = 3rd_parties/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
ignore = untracked
[submodule "3rd_parties/vim-fugitive"]
path = 3rd_parties/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule "3rd_parties/delimitMate"]
path = 3rd_parties/delimitMate
url = https://github.com/Raimondi/delimitMate.git
ignore = untracked
[submodule "3rd_parties/nerdtree"]
path = 3rd_parties/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "3rd_parties/vim-cpp-enhanced-highlight"]
path = 3rd_parties/vim-cpp-enhanced-highlight
url = https://github.com/octol/vim-cpp-enhanced-highlight
ignore = untracked
[submodule "3rd_parties/vim-texlog"]
path = 3rd_parties/vim-texlog
url = https://github.com/glts/vim-texlog.git
ignore = untracked
[submodule "3rd_parties/vim-hybrid"]
path = 3rd_parties/vim-hybrid
url = https://github.com/w0ng/vim-hybrid
ignore = untracked
[submodule "3rd_parties/vim-plugin-viewdoc"]
path = 3rd_parties/vim-plugin-viewdoc
url = https://github.com/powerman/vim-plugin-viewdoc
ignore = untracked
[submodule "3rd_parties/taskpaper"]
path = 3rd_parties/taskpaper
url = https://github.com/davidoc/taskpaper.vim
ignore = untracked
[submodule "3rd_parties/Dockerfile"]
path = 3rd_parties/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
ignore = untracked
[submodule "3rd_parties/vim-json"]
path = 3rd_parties/vim-json
url = https://github.com/elzr/vim-json
ignore = untracked
[submodule "3rd_parties/vim-go"]
path = 3rd_parties/vim-go
url = https://github.com/fatih/vim-go.git
ignore = untracked
[submodule "3rd_parties/SimpylFold"]
path = 3rd_parties/SimpylFold
url = https://github.com/tmhedberg/SimpylFold
[submodule "3rd_parties/vim-elixir"]
path = 3rd_parties/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "3rd_parties/vim-airline"]
path = 3rd_parties/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "3rd_parties/vim-javascript"]
path = 3rd_parties/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "3rd_parties/html5"]
path = 3rd_parties/html5
url = https://github.com/othree/html5.vim
[submodule "3rd_parties/vim-indent-guides"]
path = 3rd_parties/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "3rd_parties/syntastic"]
path = 3rd_parties/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "3rd_parties/vim-unimpaired"]
path = 3rd_parties/vim-unimpaired
url = http://github.com/tpope/vim-unimpaired
[submodule "3rd_parties/vim-cmake"]
path = 3rd_parties/vim-cmake
url = https://github.com/vhdirk/vim-cmake
ignore = untracked
[submodule "3rd_parties/vim-terraform"]
path = 3rd_parties/vim-terraform
url = https://github.com/hashivim/vim-terraform
[submodule "3rd_parties/vim-gitgutter"]
path = 3rd_parties/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "3rd_parties/vim-lldb"]
path = 3rd_parties/vim-lldb
url = https://github.com/gilligan/vim-lldb
[submodule "3rd_parties/tagbar"]
path = 3rd_parties/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "3rd_parties/elm-vim"]
path = 3rd_parties/elm-vim
url = https://github.com/elmcast/elm-vim
[submodule "3rd_parties/vim-vue"]
path = 3rd_parties/vim-vue
url = https://github.com/posva/vim-vue
[submodule "3rd_parties/gruvbox"]
path = 3rd_parties/gruvbox
url = https://github.com/morhetz/gruvbox
[submodule "3rd_parties/ctrlp"]
path = 3rd_parties/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "3rd_parties/systemverilog.vim"]
path = 3rd_parties/systemverilog.vim
url = https://github.com/nachumk/systemverilog.vim
[submodule "3rd_parties/papercolor-theme"]
path = 3rd_parties/papercolor-theme
url = https://github.com/NLKNguyen/papercolor-theme
[submodule "3rd_parties/vim-airline-themes"]
path = 3rd_parties/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "3rd_parties/summerfruit256.vim"]
path = 3rd_parties/summerfruit256.vim
url = https://github.com/vim-scripts/summerfruit256.vim
[submodule "3rd_parties/AutumnLeaf"]
path = 3rd_parties/AutumnLeaf
url = https://github.com/vim-scripts/AutumnLeaf
[submodule "3rd_parties/vim-yaml"]
path = 3rd_parties/vim-yaml
url = https://github.com/stephpy/vim-yaml
[submodule "3rd_parties/vim-opencl"]
path = 3rd_parties/vim-opencl
url = https://github.com/petRUShka/vim-opencl
[submodule "3rd_parties/vim-cuda-syntax"]
path = 3rd_parties/vim-cuda-syntax
url = https://github.com/bfrg/vim-cuda-syntax
[submodule "3rd_parties/vim-minimap"]
path = 3rd_parties/vim-minimap
url = https://github.com/severin-lemaignan/vim-minimap
[submodule "3rd_parties/coc.nvim"]
path = 3rd_parties/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
branch = release
[submodule "3rd_parties/ayu-vim"]
path = 3rd_parties/ayu-vim
url = https://github.com/ayu-theme/ayu-vim