[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-01-17 22:24:39 +00:00
parent 1f91d264bf
commit 333d853b2f
2 changed files with 18 additions and 2 deletions

View File

@ -145,7 +145,7 @@ require('dressing').setup({
},
select = {
-- Priority list of preferred vim.select implementations
backend = { "telescope", "fzf", "builtin", "nui" },
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {
@ -161,6 +161,14 @@ require('dressing').setup({
},
},
-- Options for fzf_lua selector
fzf_lua = {
winopts = {
width = 0.5,
height = 0.4,
},
},
-- Options for nui Menu
nui = {
position = "50%",

View File

@ -35,7 +35,7 @@ Configure dressing.nvim by calling the setup() function.
},
select = {
-- Priority list of preferred vim.select implementations
backend = { "telescope", "fzf", "builtin", "nui" },
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {
@ -51,6 +51,14 @@ Configure dressing.nvim by calling the setup() function.
},
},
-- Options for fzf_lua selector
fzf_lua = {
winopts = {
width = 0.5,
height = 0.4,
},
},
-- Options for nui Menu
nui = {
position = "50%",