diff options
author | listout <listout@protonmail.com> | 2021-09-11 10:15:15 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-11 10:15:15 +0530 |
commit | 80d3eede5c2f1b07226e6416fdf68e59a1df0c37 (patch) | |
tree | 78c6e90fccc89ebaeceefff991ca6b1c5c7eec49 /coc-settings.json | |
parent | b37c2b0abed5b5e2478fe90d5d55051bf0bdc9ec (diff) |
Sign column and warning sign
No sign column (signcolumn disabled)
Warning sign changed to "!!"
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json index 64e5cd0..2402405 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -24,6 +24,8 @@ "html", "php" ], + "diagnostic.warningSign": "!!", + "diagnostic.enableSign": false, "diagnostic.refreshOnInsertMode": true, "diagnostic.messageTarget": "float", "python.formatting.autopep8Args": [ |