Skip to content

Commit

Permalink
fix: re-enable scrollbar on menu
Browse files Browse the repository at this point in the history
Whoops :)
Closes #519
  • Loading branch information
Saghen committed Dec 12, 2024
1 parent 1eda2b9 commit d48bb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/completion/windows/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local menu = {
winhighlight = config.winhighlight,
cursorline = false,
scrolloff = config.scrolloff,
scrollbar = false,
scrollbar = config.scrollbar,
filetype = 'blink-cmp-menu',
}),
items = {},
Expand Down

0 comments on commit d48bb17

Please sign in to comment.