diff options
-rw-r--r-- | coc-settings.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/coc-settings.json b/coc-settings.json index 9132036..406b9ce 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,8 +1,11 @@ { "coc.preferences.maxFileSize": "10000MB", "hover.floatConfig": { - "shadow": true, - "maxWidth": 170 + "shadow": false, + "maxWidth": 170, + "border": true, + "focusable": false, + "rounded": true }, "Lua": { "workspace": { |