Skip to content

Commit

Permalink
fix(menu): menu entries wrapped (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekaboo committed Jan 31, 2025
1 parent b27bb03 commit f11b273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ function dropbar_menu_t:open_win()
self.win = vim.api.nvim_open_win(self.buf, true, self._win_configs)
vim.wo[self.win].scrolloff = 0
vim.wo[self.win].sidescrolloff = 0
vim.wo[self.win].wrap = false
vim.wo[self.win].winfixbuf = true
vim.wo[self.win].winhl = table.concat({
'NormalFloat:DropBarMenuNormalFloat',
Expand Down

0 comments on commit f11b273

Please sign in to comment.