summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json
index b6be78fc..335dd0d7 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -58,6 +58,12 @@
"javascript": "javascriptreact"
},
+ // CSS (disable since I'm also using stylelintplus)
+ "css.validate": false,
+ "less.validate": false,
+ "scss.validate": false,
+ "wxss.validate": false,
+
// explorer
"explorer.width": 30,
"explorer.icon.enableNerdfont": true,
@@ -68,6 +74,7 @@
"<cr>": ["expandable?", "expand", "open"],
"v": "open:vsplit"
},
+ "bookmark.sign": "",
//coc-emoji
"coc.source.emoji.filetypes": ["markdown"]