[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-09-09 03:35:14 +00:00
parent d1e0bcd345
commit 9ffdff2154
2 changed files with 0 additions and 2 deletions

View file

@ -256,7 +256,6 @@ require("aerial").setup({
-- Determines where the aerial window will be opened
-- edge - open aerial at the far right/left of the editor
-- group - open aerial to the right/left of the group of windows containing the current buffer
-- window - open aerial to the right/left of the current window
placement = "window",
},

View file

@ -127,7 +127,6 @@ Configure aerial by calling the setup() function.
-- Determines where the aerial window will be opened
-- edge - open aerial at the far right/left of the editor
-- group - open aerial to the right/left of the group of windows containing the current buffer
-- window - open aerial to the right/left of the current window
placement = "window",
},