-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
36 lines (36 loc) · 919 Bytes
/
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
{
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"javascript",
"html",
"yaml",
"json",
"python"
],
"sumneko-lua.enable": true,
"sumneko-lua.enableNvimLuaDev": true,
"Lua.completion.enable": true,
"Lua.telemetry.enable": false,
"texlab.build.onSave": true,
"jedi.enable": true,
"jedi.markupKindPreferred": "markdown",
"html-css-support.enable": true,
"html-css-support.enabledLanguages": [
"html"
],
"html-css-support.styleSheets": [
"/styles.css",
"/style.css",
"style.css",
"styles.css",
"index.css"
],
"json.enable": true,
"coc.source.vimtex.filetypes": [
"tex",
"plaintex"
],
"clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/15.0.1/clangd_15.0.1/bin/clangd",
"svelte.enable-ts-plugin": true
}