vim/coc-settings.json

18 lines
549 B
JSON
Raw Normal View History

2018-12-12 09:02:12 +00:00
{
"coc.preferences.triggerAfterInsertEnter": false,
"coc.preferences.autoTrigger": "none",
2018-12-15 15:09:02 +00:00
"coc.preferences.noselect": true,
2018-12-12 09:02:12 +00:00
"coc.preferences.triggerSignatureHelp": true,
"coc.preferences.diagnostic.enable": true,
"coc.preferences.diagnostic.warningSign": "λ",
"coc.preferences.diagnostic.errorSign": "Λ",
"coc.preferences.diagnostic.infoSign": "λ",
"coc.preferences.diagnostic.hintSign": "λ",
"coc.preferences.timeout": 1000,
"coc.source.buffer.ignoreGitignore": true,
"javascript.suggestionActions.enabled": false
}