Skip to content

Commit

Permalink
fix(menu): force fzf-window anchor to 'NW' to ensure alignment (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jan 23, 2024
1 parent a296281 commit 589c1cf
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 @@ -935,6 +935,7 @@ function dropbar_menu_t:fuzzy_find_open(opts)
vim.tbl_extend('force', self._win_configs, opts.win_configs or {}, {
relative = 'win',
win = self.win,
anchor = 'NW',
height = 1,
})

Expand Down

0 comments on commit 589c1cf

Please sign in to comment.