-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.json
More file actions
51 lines (51 loc) · 1.5 KB
/
resources.json
File metadata and controls
51 lines (51 loc) · 1.5 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
{
"Vim": {
"colors": [
{
"name": "solarized.vim",
"uri": "https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim"
}
],
"syntax": [
{
"name": "scala.vim",
"uri": "https://raw.githubusercontent.com/scala/scala-tool-support/master/tool-support/vim/syntax/scala.vim"
}, {
"name": "purescript.vim",
"uri": "https://raw.githubusercontent.com/michaelficarra/purescript-vim/master/syntax/purescript.vim"
}, {
"name": "org.vim",
"uri": "https://raw.githubusercontent.com/jceb/vim-orgmode/master/syntax/org.vim"
}, {
"name": "stylus.vim",
"uri": "https://raw.githubusercontent.com/wavded/vim-stylus/master/syntax/stylus.vim"
}, {
"name": "reason.vim",
"uri": "https://raw.githubusercontent.com/reasonml-editor/vim-reason-plus/master/syntax/reason.vim"
}, {
"name": "toml.vim",
"uri": "https://raw.githubusercontent.com/cespare/vim-toml/main/syntax/toml.vim"
}
],
"indent": [
{
"name": "rust.vim",
"uri": "https://raw.githubusercontent.com/rust-lang/rust.vim/master/indent/rust.vim"
}
]
},
"Fonts": [
{
"name": "mensch.ttf",
"uri": "http://robey.lag.net/downloads/mensch.ttf"
}
],
"Zsh": {
"autocomplete": [
{
"name": "_cargo",
"uri": "https://raw.githubusercontent.com/rust-lang/cargo/master/src/etc/_cargo"
}
]
}
}