[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-06-21 16:13:31 +00:00
parent c4714a6e37
commit 9e600119f0
2 changed files with 6 additions and 0 deletions

View file

@ -224,6 +224,9 @@ require("aerial").setup({
-- window - open aerial to the right/left of the current window
placement = "window",
-- When the symbols change, resize the aerial window (within min/max constraints) to fit
resize_to_content = true,
-- Preserve window size equality with (:help CTRL-W_=)
preserve_equality = false,
},

View file

@ -40,6 +40,9 @@ OPTIONS *aerial-option
-- window - open aerial to the right/left of the current window
placement = "window",
-- When the symbols change, resize the aerial window (within min/max constraints) to fit
resize_to_content = true,
-- Preserve window size equality with (:help CTRL-W_=)
preserve_equality = false,
},