forked from adamgreig/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
126 lines (105 loc) · 3.85 KB
/
.gitmodules
File metadata and controls
126 lines (105 loc) · 3.85 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
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
[submodule "pack/plugins/start/vim-airline"]
path = pack/plugins/start/vim-airline
url = https://github.com/vim-airline/vim-airline
shallow = true
# Better commenting out of code
[submodule "pack/plugins/start/nerdcommenter"]
path = pack/plugins/start/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
shallow = true
# Fuzzy file finder integration
[submodule "pack/plugins/start/fzf"]
path = pack/plugins/start/fzf
url = https://github.com/junegunn/fzf
shallow = true
# Fuzzy file finder integration
[submodule "pack/plugins/start/fzf.vim"]
path = pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim
shallow = true
# View undo tree
[submodule "pack/plugins/start/gundo.vim"]
path = pack/plugins/start/gundo.vim
url = https://github.com/sjl/gundo.vim
shallow = true
# Select inner-most surroundings (e.g. inside brackets) to replace
[submodule "pack/plugins/start/change-inside-surroundings.vim"]
path = pack/plugins/start/change-inside-surroundings.vim
url = https://github.com/briandoll/change-inside-surroundings.vim
shallow = true
[submodule "pack/plugins/start/supertab"]
path = pack/plugins/start/supertab
url = https://github.com/ervandew/supertab
shallow = true
# Syntax highlighting
[submodule "pack/plugins/start/quick-scope"]
path = pack/plugins/start/quick-scope
url = https://github.com/unblevable/quick-scope
shallow = true
# Git integration e.g. blame
[submodule "pack/plugins/start/vim-fugitive"]
path = pack/plugins/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive
shallow = true
# CSV tools
[submodule "pack/plugins/start/csv.vim"]
path = pack/plugins/start/csv.vim
url = https://github.com/chrisbra/csv.vim
shallow = true
[submodule "pack/plugins/start/vim-toml"]
path = pack/plugins/start/vim-toml
url = https://github.com/cespare/vim-toml
shallow = true
[submodule "pack/plugins/start/vim-nix"]
path = pack/plugins/start/vim-nix
url = https://github.com/LnL7/vim-nix
shallow = true
# syntax for armv4/5/6/7 assembly, used for .s/.S files by default
[submodule "pack/plugins/start/arm-syntax-vim"]
path = pack/plugins/start/arm-syntax-vim
url = https://github.com/ARM9/arm-syntax-vim
shallow = true
# Pandoc highlighting for markdown
[submodule "pack/plugins/start/vim-pandoc-syntax"]
path = pack/plugins/start/vim-pandoc-syntax
url = https://github.com/vim-pandoc/vim-pandoc-syntax
shallow = true
[submodule "pack/plugins/start/rust.vim"]
path = pack/plugins/start/rust.vim
url = https://github.com/rust-lang/rust.vim
shallow = true
[submodule "pack/plugins/start/vim-yaml"]
path = pack/plugins/start/vim-yaml
url = https://github.com/stephpy/vim-yaml
shallow = true
[submodule "pack/plugins/start/vim-cpp-enhanced-highlight"]
path = pack/plugins/start/vim-cpp-enhanced-highlight
url = https://github.com/octol/vim-cpp-enhanced-highlight
shallow = true
# Option for semantic highlighting
[submodule "pack/plugins/start/semantic-highlight.vim"]
path = pack/plugins/start/semantic-highlight.vim
url = https://github.com/jaxbot/semantic-highlight.vim
shallow = true
# Rainbow brackets
[submodule "pack/plugins/start/vim-rainbow"]
path = pack/plugins/start/vim-rainbow
url = https://github.com/frazrepo/vim-rainbow
shallow = true
# Colour scheme
[submodule "pack/plugins/start/vim-kolor"]
path = pack/plugins/start/vim-kolor
url = https://github.com/lochsh/vim-kolor
shallow = true
# Airline colourschemes
[submodule "pack/plugins/start/vim-airline-themes"]
path = pack/plugins/start/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
shallow = true
# Linting and LSP
[submodule "pack/plugins/start/ale"]
path = pack/plugins/start/ale
url = https://github.com/dense-analysis/ale
[submodule "pack/plugins/start/jedi-vim"]
path = pack/plugins/start/jedi-vim
url = https://github.com/davidhalter/jedi-vim