Skip to content

Commit

Permalink
feat: set end of buffer highlight to normal on docs/signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 18, 2024
1 parent 293bd6a commit e25e825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/blink/cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ local config = {
max_width = 60,
max_height = 20,
border = 'padded',
winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpDocCursorLine,Search:None',
winhighlight = 'Normal:BlinkCmpDoc,EndOfBuffer:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpDocCursorLine,Search:None',
-- which directions to show the documentation window,
-- for each of the possible autocomplete window directions,
-- falling back to the next direction when there's not enough space
Expand All @@ -294,7 +294,7 @@ local config = {
max_width = 100,
max_height = 10,
border = 'padded',
winhighlight = 'Normal:BlinkCmpSignatureHelp,FloatBorder:BlinkCmpSignatureHelpBorder',
winhighlight = 'Normal:BlinkCmpSignatureHelp,EndOfBuffer:BlinkCmpSignatureHelp,FloatBorder:BlinkCmpSignatureHelpBorder',
},
},

Expand Down

0 comments on commit e25e825

Please sign in to comment.