[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2021-12-06 03:26:33 +00:00
parent a3255df4a5
commit 6ed0ca5174
2 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,9 @@ require('dressing').setup({
-- Default prompt string
default_prompt = "➤ ",
-- When true, <Esc> will close the modal
insert_only = true,
-- These are passed to nvim_open_win
anchor = "SW",
relative = "cursor",

View File

@ -10,6 +10,9 @@ Configure dressing.nvim by calling the setup() function.
-- Default prompt string
default_prompt = "➤ ",
-- When true, <Esc> will close the modal
insert_only = true,
-- These are passed to nvim_open_win
anchor = "SW",
relative = "cursor",