diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-29 19:17:52 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-29 19:17:52 +0100 |
commit | c8bdbd28da1783183ef874823326deae5581df59 (patch) | |
tree | 9b8e16ab58ea399948e32eb734692945a2fea1a9 /coc-settings.json | |
parent | 55dc63e48ab3dbcbe0a1bfcd3a854f82b8a5c87b (diff) |
decrease coc float max width & make coc float focusable
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |