Skip to content

Commit

Permalink
feat!: set max_width to 80 for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Nov 2, 2024
1 parent 9bdd828 commit dc1de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ local config = {
},
documentation = {
min_width = 10,
max_width = 60,
max_width = 80,
max_height = 20,
border = 'padded',
winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpDocCursorLine,Search:None',
Expand Down

0 comments on commit dc1de2b

Please sign in to comment.