From c8bdbd28da1783183ef874823326deae5581df59 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 29 Oct 2024 19:17:52 +0100 Subject: decrease coc float max width & make coc float focusable --- coc-settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coc-settings.json') diff --git a/coc-settings.json b/coc-settings.json index 406b9ce..8382dfe 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -2,9 +2,9 @@ "coc.preferences.maxFileSize": "10000MB", "hover.floatConfig": { "shadow": false, - "maxWidth": 170, + "maxWidth": 70, "border": true, - "focusable": false, + "focusable": true, "rounded": true }, "Lua": { -- cgit v1.2.3-18-g5258