From 74cf6e446247661ccb074838f92537c96a378ff4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 12 Jun 2024 00:27:21 +0200 Subject: [PATCH] feat(fzf): better default window size/position --- lua/lazyvim/plugins/extras/editor/fzf.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index fbaaea8c..0db1c1d3 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -80,6 +80,10 @@ return { ["--no-scrollbar"] = true, }, winopts = { + width = 0.8, + height = 0.8, + row = 0.5, + col = 0.5, preview = { scrollchars = { "┃", "" }, },