-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPackage Control.sublime-settings
More file actions
61 lines (61 loc) · 1.35 KB
/
Package Control.sublime-settings
File metadata and controls
61 lines (61 loc) · 1.35 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
{
"bootstrapped": true,
"http_proxy" : "socks5://127.0.0.1:7890",
"https_proxy": "socks5://127.0.0.1:7890",
"ignore_vcs_packages":
[
],
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"AdvancedNewFile",
"AutomaticPackageReloader",
"BeyondCompare",
"BracketHighlighter",
"ChannelRepositoryTools",
"Codecs33",
"Compare Side-By-Side",
"ConvertToUTF8",
"DiffTabs",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"GitLink",
"HaoGist",
"HTML-CSS-JS Prettify",
"Inline Google Translate",
"LaTeXTools",
"LineEndings",
"Local History",
"Markdown Extended",
"MarkdownLivePreview",
"OmniMarkupPreviewer",
"OpenTerminal",
"Package Control",
"PackageResourceViewer",
"PowerShell",
"Side-by-Side Settings",
"SideBarEnhancements",
"Splunk Conf File Syntax Highlighting",
"sublime-text-chinese",
"SublimeLinter",
"SublimeLinter-flake8",
"SublimeLinter-rubocop",
"SublimeLinter-shellcheck",
"SublimeTmpl",
"Sync Settings",
"Terminus",
"TrailingSpaces",
],
"repositories":
[
"https://github.com/maboloshi/LineEndings/tree/master",
"https://github.com/xjsender/HaoGist",
"https://github.com/maboloshi/LaTeXTools",
"https://github.com/maboloshi/sublime-text-chinese/tree/dev",
"https://github.com/maboloshi/OpenTerminal",
"https://github.com/maboloshi/BeyondCompare",
],
}