diff options
author | HampusM <hampus@hampusmat.com> | 2024-01-16 18:58:25 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-01-16 18:58:25 +0100 |
commit | 0fb5b014d2d9d794e0d14147aa843ba21b68fa98 (patch) | |
tree | c3a7a2778abae1ea828a524d64feb58dac2ebf05 | |
parent | b07b275cbe332be253e08509f412ca1e3d734495 (diff) |
add max width to coc hover float config
-rw-r--r-- | coc-settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index b23b76f..d16e144 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,7 +1,8 @@ { "coc.preferences.maxFileSize": "10000MB", "hover.floatConfig": { - "shadow": true + "shadow": true, + "maxWidth": 170 }, "Lua": { "workspace": { |