[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-07-21 05:49:20 +00:00
parent 9795bd71c9
commit e9d0de4470
2 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,9 @@ require('dressing').setup({
-- When true, <Esc> will close the modal
insert_only = true,
-- When true, input will start in insert mode.
start_in_insert = true,
-- These are passed to nvim_open_win
anchor = "SW",
border = "rounded",

View File

@ -19,6 +19,9 @@ Configure dressing.nvim by calling the setup() function.
-- When true, <Esc> will close the modal
insert_only = true,
-- When true, input will start in insert mode.
start_in_insert = true,
-- These are passed to nvim_open_win
anchor = "SW",
border = "rounded",