Skip to content

Commit dc1de2b

Browse files
committed
feat!: set max_width to 80 for documentation
1 parent 9bdd828 commit dc1de2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ local config = {
394394
},
395395
documentation = {
396396
min_width = 10,
397-
max_width = 60,
397+
max_width = 80,
398398
max_height = 20,
399399
border = 'padded',
400400
winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpDocCursorLine,Search:None',

0 commit comments

Comments
 (0)