-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
32 lines (32 loc) · 1.02 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
{
"suggest.noselect": false,
"suggest.minTriggerInputLength": 3,
"[javascript][typescript][typescriptreact][json][javascriptreact]": {
"coc.preferences.formatOnSave": true
},
"[graphql][vue][svelte][typescript.tsx]": {
"coc.preferences.formatOnSave": true
},
"[elixir][ruby][swift][astro][html]": {
"coc.preferences.formatOnSave": true
},
"[css][scss][sass][html]": {
"coc.preferences.formatOnSave": true
},
"diagnostic-languageserver.filetypes": {
"elixir": ["mix_credo", "mix_credo_compile"],
"eelixir": ["mix_credo", "mix_credo_compile"]
},
"elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh",
"stylelintplus.autoFixOnSave": true,
"sourcekit.commandPath": "~/ios/usr/bin/sourcekit-lsp",
"solargraph.diagnostics": true,
"solargraph.autoformat": true,
"solargraph.formatting": true,
"solargraph.hover": true,
"prettier.documentSelectors": ["**/*.astro", "**/*.svelte"],
"emmet.includeLanguages": {
"gohtmltmpl": "html"
},
"svelte.enable-ts-plugin": true
}