From 0893c9e1cbc104cc2d0249230b319d58c2ad7360 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 16 Dec 2024 23:46:14 +0100 Subject: [PATCH] nvim/lua/user/plugins/editor/finder.lua: set width and height --- nvim/lua/user/plugins/editor/finder.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/user/plugins/editor/finder.lua b/nvim/lua/user/plugins/editor/finder.lua index d19050b..fe8ba03 100644 --- a/nvim/lua/user/plugins/editor/finder.lua +++ b/nvim/lua/user/plugins/editor/finder.lua @@ -50,6 +50,8 @@ return { }, layout_config = { horizontal = { + width = 0.95, + height = 0.95, preview_cutoff = 200, } }