[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2024-03-24 03:11:07 +00:00
parent bdc94c5387
commit 219dca2145
2 changed files with 6 additions and 0 deletions

View file

@ -351,6 +351,9 @@ require("aerial").setup({
-- Ignore unlisted buffers. See :help buflisted
unlisted_buffers = false,
-- Ignore diff windows (setting to false will allow aerial in diff windows)
diff_windows = true,
-- List of filetypes to ignore.
filetypes = {},

View file

@ -160,6 +160,9 @@ OPTIONS *aerial-option
-- Ignore unlisted buffers. See :help buflisted
unlisted_buffers = false,
-- Ignore diff windows (setting to false will allow aerial in diff windows)
diff_windows = true,
-- List of filetypes to ignore.
filetypes = {},