From 722eb1d2c7029085fd33c2a80efb2c1facc8cfae Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 1 Jun 2024 00:16:24 +0200 Subject: make coc.nvim floating windows prettier --- coc-settings.json | 7 +++++-- 1 file 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": { -- cgit v1.2.3-18-g5258