We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&winborder
1 parent 4677ae9 commit 0c04031Copy full SHA for 0c04031
1 file changed
lua/fzf-lua/win.lua
@@ -590,6 +590,7 @@ function FzfWin:set_backdrop()
590
focusable = false,
591
-- -2 as preview border is -1
592
zindex = self.winopts.zindex - 2,
593
+ border = 'none',
594
})
595
utils.wo(self.backdrop_win, "winhighlight", "Normal:" .. self.hls.backdrop)
596
utils.wo(self.backdrop_win, "winblend", self.winopts.backdrop)
0 commit comments