-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc-settings.json
23 lines (23 loc) · 1023 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
{
"coc.preferences.formatOnSave": true,
"coc.preferences.useQuickfixForLocations": true,
"coc.preferences.enableMarkdown": true,
"prettier.proseWrap": "always",
"prettier.printWidth": 120,
"typescript.suggest.completeFunctionCalls": false,
"javascript.suggest.completeFunctionCalls": false,
"diagnostic.checkCurrentLine": true,
"sumneko-lua.enableNvimLuaDev": true,
"Lua.diagnostics.globals": ["vim"],
"Lua.hint.paramName": "Disable",
"Lua.hint.arrayIndex": "Disable",
"Lua.workspace.checkThirdParty": false,
"hover.floatConfig": { "border": true, "borderhighlight": "PmenuBorder" },
"suggest.floatConfig": { "border": true, "borderhighlight": "PmenuBorder" },
"diagnostic.floatConfig": { "border": true, "borderhighlight": "PmenuBorder" },
"solargraph.formatting": true,
"bashIde.shfmt.simplifyCode": true,
"bashIde.shfmt.caseIndent": true,
// https://github.com/koalaman/shellcheck/issues/2652#issuecomment-1925499893
"bashIde.shellcheckArguments": "--extended-analysis=false"
}