Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 8e99843

Browse files
author
Github Actions
committed
[docgen] Update docs
skip-checks: true
1 parent a1cded1 commit 8e99843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ require("dressing").setup({
200200
enabled = true,
201201

202202
-- Priority list of preferred vim.select implementations
203-
backend = { "snacks_picker", "telescope", "fzf_lua", "fzf", "builtin", "nui" },
203+
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
204204

205205
-- Trim trailing `:` from prompt
206206
trim_prompt = true,

doc/dressing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Configure dressing.nvim by calling the setup() function.
7474
enabled = true,
7575

7676
-- Priority list of preferred vim.select implementations
77-
backend = { "snacks_picker", "telescope", "fzf_lua", "fzf", "builtin", "nui" },
77+
backend = { "telescope", "fzf_lua", "fzf", "builtin", "nui" },
7878

7979
-- Trim trailing `:` from prompt
8080
trim_prompt = true,

0 commit comments

Comments
 (0)