[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2024-03-02 23:24:03 +00:00
parent c45d5672c8
commit 31fbd369bb
2 changed files with 12 additions and 2 deletions

View file

@ -205,7 +205,7 @@ it](https://github.com/stevearc/aerial.nvim/issues/new?assignees=stevearc&labels
require("aerial").setup({
-- Priority list of preferred backends for aerial.
-- This can be a filetype map (see :help aerial-filetype-map)
backends = { "treesitter", "lsp", "markdown", "man" },
backends = { "treesitter", "lsp", "markdown", "asciidoc", "man" },
layout = {
-- These control the width of the aerial window.
@ -546,6 +546,11 @@ require("aerial").setup({
update_delay = 300,
},
asciidoc = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
},
man = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,

View file

@ -15,7 +15,7 @@ OPTIONS *aerial-option
require("aerial").setup({
-- Priority list of preferred backends for aerial.
-- This can be a filetype map (see :help aerial-filetype-map)
backends = { "treesitter", "lsp", "markdown", "man" },
backends = { "treesitter", "lsp", "markdown", "asciidoc", "man" },
layout = {
-- These control the width of the aerial window.
@ -356,6 +356,11 @@ OPTIONS *aerial-option
update_delay = 300,
},
asciidoc = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
},
man = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,