From 89dd7a5a5d1f1552a9745c0be1b8edf475a99ce5 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 30 May 2022 23:25:05 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- doc/dressing.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/dressing.txt b/doc/dressing.txt index a695ba6..c7d4288 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -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({...})