mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update width
This commit is contained in:
parent
c86aaa927e
commit
d0298906e6
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ dressing.setup({
|
||||||
input = {
|
input = {
|
||||||
default_prompt = "➤ ",
|
default_prompt = "➤ ",
|
||||||
win_options = { winhighlight = "Normal:Normal,NormalNC:Normal" },
|
win_options = { winhighlight = "Normal:Normal,NormalNC:Normal" },
|
||||||
prefer_width = 50,
|
prefer_width = 30,
|
||||||
max_width = { 140, 0.9 },
|
max_width = { 140, 0.9 },
|
||||||
min_width = { 50, 0.2 },
|
min_width = { 30, 0.2 },
|
||||||
},
|
},
|
||||||
select = {
|
select = {
|
||||||
backend = { "telescope", "builtin" },
|
backend = { "telescope", "builtin" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue