18 lines
589 B
JSON
18 lines
589 B
JSON
{
|
|
"diagnostic.warningSign": " ",
|
|
"diagnostic.hintSign": " ",
|
|
"diagnostic.errorSign": " ",
|
|
"diagnostic.infoSign": " ",
|
|
"tslint.configFile": "config/tslint.json",
|
|
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "typescript.tsx"],
|
|
"diagnostic.virtualText": true,
|
|
"coc.preferences.useQuickfixForLocations": true,
|
|
"codeLens.enable": false,
|
|
"languageserver": {
|
|
"golang": {
|
|
"command": "gopls",
|
|
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
|
"filetypes": ["go"]
|
|
}
|
|
}
|
|
}
|