[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-05-30 23:25:05 +00:00
parent 0087ad7f7d
commit 89dd7a5a5d
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ Configure dressing.nvim by calling the setup() function.
-- Priority list of preferred vim.select implementations
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
-- Trim trailing `:` from prompt
trim_prompt = true,
-- Options for telescope selector
-- These are passed into the telescope picker directly. Can be used like:
-- telescope = require('telescope.themes').get_ivy({...})