-
Notifications
You must be signed in to change notification settings - Fork 0
/
coc-settings.json
65 lines (65 loc) · 1.36 KB
/
coc-settings.json
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
{
"prettier.requireConfig": true,
"tslint.enable": true,
"tslint.autoFixOnSave": true,
"coc.source.iced.enable": true,
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"Markdown",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"python.formatting.provider": "black",
"coc.preferences.formatOnType": false,
"suggest.snippetIndicator": "🍦",
"coc.preferences.extensionUpdateCheck": "daily",
"emmet.includeLanguages": { "eruby": "html"},
"codeLens.enable": true,
"solargraph.useBundler": true,
"solargraph.formatting": false,
"solargraph.diagnostics": true,
"solargraph.checkGemVersion": true,
"explorer.position": "right",
"solargraph.bundlerPath": "/Users/sfistak/.rubies/ruby-3.3.0/bin/bundle",
"stimulus-language-server": "--stdio",
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"ruby",
"rust",
"scala",
"scss",
"text",
"typescript",
"typescriptreact",
"vim",
"yaml",
"yml"
],
"snippets.ultisnips.pythonPrompt": false
}