diff options
author | Chris <[email protected]> | 2020-07-18 14:53:37 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-07-18 14:53:37 -0400 |
commit | cdae7138ac25cbf3f8c25d2cdd08c5ac54670870 (patch) | |
tree | 6014d4e01891a906694b3830d12911b791fc6d2a | |
parent | 5d78f939f12fb760a857443e42f75b761222fe0f (diff) |
remove virtual text for now
-rw-r--r-- | coc-settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index ea785d9d..1c409d4c 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -13,7 +13,7 @@ "diagnostic.warningSign": " ", "diagnostic.infoSign": "", "diagnostic.hintSign": " ", - "diagnostic.virtualText": true, // this won't work with codelens when error on same line + // "diagnostic.virtualText": true, // this won't work with codelens when error on same line // "diagnostic.displayByAle": true, |