Skip to content

Commit

Permalink
fix(menu): col field missing in fzf window config
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jan 23, 2024
1 parent 589c1cf commit eb3c3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ function dropbar_menu_t:fuzzy_find_open(opts)
end

-- make sure that fzf window aligns well with menu window
win_config.col = has_left_border and -1 or nil
win_config.col = has_left_border and -1 or 0
win_config.row = self._win_configs.height + (has_bottom_border and 1 or 0)

-- don't show title in the fzf window
Expand Down

0 comments on commit eb3c3d8

Please sign in to comment.