Skip to content

Commit 996b236

Browse files
committed
fix(ivy): builtin width/height (#2418)
1 parent b19dabe commit 996b236

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lua/fzf-lua/profiles/ivy.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ local M = {
4848
},
4949
}
5050

51+
M.builtin = { winopts = { width = 1, height = 1 } }
52+
5153
local swiper = {
5254
previewer = "swiper",
5355
winopts = function()

0 commit comments

Comments
 (0)