Skip to content

Commit

Permalink
[docgen] Update README.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Mar 17, 2022
1 parent 4542292 commit e05b473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
9 changes: 3 additions & 6 deletions doc/dressing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e05b473

Please sign in to comment.