[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-03-17 04:04:55 +00:00
parent 4542292854
commit e05b473205
2 changed files with 6 additions and 12 deletions

View File

@ -162,12 +162,9 @@ require('dressing').setup({
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {
-- can be 'dropdown', 'cursor', or 'ivy'
-- or you can use a configuration directly:
-- theme = require('telescope.themes').get_ivy({...})
theme = "dropdown",
},
-- These are passed into the telescope picker directly. Can be used like:
-- telescope = require('telescope.themes').get_ivy({...})
telescope = nil,
-- Options for fzf selector
fzf = {

View File

@ -52,12 +52,9 @@ Configure dressing.nvim by calling the setup() function.
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
-- Options for telescope selector
telescope = {
-- can be 'dropdown', 'cursor', or 'ivy'
-- or you can use a configuration directly:
-- theme = require('telescope.themes').get_ivy({...})
theme = "dropdown",
},
-- These are passed into the telescope picker directly. Can be used like:
-- telescope = require('telescope.themes').get_ivy({...})
telescope = nil,
-- Options for fzf selector
fzf = {