mirror of https://github.com/bjeanes/dotfiles.git
32 lines
535 B
JSON
32 lines
535 B
JSON
|
{
|
||
|
"coc.preferences.formatOnSaveFiletypes": [
|
||
|
"html",
|
||
|
"json",
|
||
|
"css",
|
||
|
"markdown",
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact",
|
||
|
"rust"
|
||
|
],
|
||
|
"coc.preferences.colorSupport": true,
|
||
|
|
||
|
"diagnostic.displayByAle": true,
|
||
|
|
||
|
"suggest.echodocSupport": true,
|
||
|
|
||
|
"codeLens.separator": "👓",
|
||
|
"codeLens.enable": true,
|
||
|
|
||
|
"tsserver.enableJavascript": false,
|
||
|
|
||
|
"solargraph.autoformat": true,
|
||
|
"solargraph.formatting": true,
|
||
|
|
||
|
"html.autoClosingTags": true,
|
||
|
|
||
|
"languageserver": {
|
||
|
}
|
||
|
}
|