From bf03db1c392731648ca9622147f560c40f390ae1 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Sun, 15 Jan 2023 12:03:20 +0700 Subject: [PATCH] update --- lua/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index f152870..14ec864 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -286,6 +286,7 @@ return { -- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details border = 'rounded', max_height = '40%', -- max height of the palette + max_width='40%', min_height = 0, -- set to the same as 'max_height' for a fixed height window prompt_position = 'top', -- 'top' or 'bottom' to set the location of the prompt reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position'