diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 00:16:24 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 00:16:42 +0200 |
commit | 722eb1d2c7029085fd33c2a80efb2c1facc8cfae (patch) | |
tree | adcf93807e83c375afcb3d928c404382e52008b7 /coc-settings.json | |
parent | ba02708d2760ae87af4a2084cb2f38a09e8bf71b (diff) |
make coc.nvim floating windows prettier
Diffstat (limited to 'coc-settings.json')
-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": { |