diff options
Diffstat (limited to 'coc-settings.json')
-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": { |