mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
update width dressing
This commit is contained in:
parent
59fd6a8f4d
commit
2fbcd5d268
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +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,
|
||||||
|
max_width = { 140, 0.9 },
|
||||||
|
min_width = { 50, 0.2 },
|
||||||
},
|
},
|
||||||
select = {
|
select = {
|
||||||
backend = { "telescope", "builtin" },
|
backend = { "telescope", "builtin" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue