[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2021-12-03 12:24:44 +00:00
parent edbae09ec4
commit cbf7466a85
2 changed files with 8 additions and 2 deletions

View File

@ -133,7 +133,10 @@ require('dressing').setup({
backend = { "telescope", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {},
telescope = {
-- can be 'dropdown', 'cursor', or 'ivy'
theme = "dropdown",
},
-- Options for fzf selector
fzf = {

View File

@ -30,7 +30,10 @@ Configure dressing.nvim by calling the setup() function.
backend = { "telescope", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {},
telescope = {
-- can be 'dropdown', 'cursor', or 'ivy'
theme = "dropdown",
},
-- Options for fzf selector
fzf = {