[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2023-07-29 16:36:38 +00:00
parent bcaf0d3d6e
commit 829bc80400
2 changed files with 0 additions and 4 deletions

View File

@ -145,7 +145,6 @@ require('dressing').setup({
start_in_insert = true,
-- These are passed to nvim_open_win
anchor = "SW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "cursor",
@ -249,7 +248,6 @@ require('dressing').setup({
-- Options for built-in selector
builtin = {
-- These are passed to nvim_open_win
anchor = "NW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "editor",

View File

@ -23,7 +23,6 @@ Configure dressing.nvim by calling the setup() function.
start_in_insert = true,
-- These are passed to nvim_open_win
anchor = "SW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "cursor",
@ -127,7 +126,6 @@ Configure dressing.nvim by calling the setup() function.
-- Options for built-in selector
builtin = {
-- These are passed to nvim_open_win
anchor = "NW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "editor",