[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2022-12-15 02:07:41 +00:00
parent 65ca35c66c
commit 52f52b41f7
2 changed files with 6 additions and 0 deletions

View file

@ -200,6 +200,9 @@ require("aerial").setup({
-- edge - open aerial at the far right/left of the editor
-- window - open aerial to the right/left of the current window
placement = "window",
-- Preserve window size equality with (:help CTRL-W_=)
preserve_equality = false,
},
-- Determines how the aerial window decides which buffer to display symbols for

View file

@ -39,6 +39,9 @@ OPTIONS *aerial-option
-- edge - open aerial at the far right/left of the editor
-- window - open aerial to the right/left of the current window
placement = "window",
-- Preserve window size equality with (:help CTRL-W_=)
preserve_equality = false,
},
-- Determines how the aerial window decides which buffer to display symbols for