update width

This commit is contained in:
asep komarudin 2023-01-17 13:48:54 +07:00
parent c86aaa927e
commit d0298906e6

View file

@ -7,9 +7,9 @@ dressing.setup({
input = {
default_prompt = "",
win_options = { winhighlight = "Normal:Normal,NormalNC:Normal" },
prefer_width = 50,
prefer_width = 30,
max_width = { 140, 0.9 },
min_width = { 50, 0.2 },
min_width = { 30, 0.2 },
},
select = {
backend = { "telescope", "builtin" },