summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 8599d4ca..edb93d0c 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -1,10 +1,31 @@
{
+
+ // suggestions
+ // "suggest.echodocSupport": true,
+
+ // diagnostics
+ "diagnostic.errorSign": "✗",
+ "diagnostic.warningSign": "âš ",
+ "diagnostic.infoSign": "ï„©",
+ "diagnostic.hintSign": "ï‚­ ",
+ // "diagnostic.displayByAle": true,
+
+ // codelens TODO what does this get me?
+ // "codeLens.enable": true,
+
+ // list
+ "list.indicator": ">",
+ "list.selectedSignText": " ",
+
+ // autoformat
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "javascript", "graphql", "html", "yaml", "json", "python"],
+ "coc.preferences.hoverTarget": "float",
// python config
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
+ // snippets
"snippets.ultisnips.directories":
[
"UltiSnips",
@@ -15,8 +36,14 @@
"explorer.width": 30,
"explorer.icon.enableNerdfont": true,
"explorer.previewAction.onHover": false,
+ "explorer.icon.enableVimDevicons": true,
"explorer.keyMappings": {
"<cr>": ["expandable?", "expand", "open"],
"v": "open:vsplit"
}
+
+ // TODO language servers
+ // TODO g:coc_global_extensions
+ // TODO b:coc_suggest_disable=1 GOYO
+ // TODO add to paths.vim g:coc_node_path
}