[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-03-23 05:10:45 +00:00
parent 079e5d7df8
commit 65f73d57ce
2 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,9 @@ require('dressing').setup({
-- Default prompt string
default_prompt = "➤ ",
-- Can be 'left', 'right', or 'center'
prompt_align = "left",
-- When true, <Esc> will close the modal
insert_only = true,

View File

@ -13,6 +13,9 @@ Configure dressing.nvim by calling the setup() function.
-- Default prompt string
default_prompt = "➤ ",
-- Can be 'left', 'right', or 'center'
prompt_align = "left",
-- When true, <Esc> will close the modal
insert_only = true,