[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-05-14 23:17:48 +00:00
parent c08aeea399
commit 64795c2709
2 changed files with 8 additions and 0 deletions

View file

@ -364,6 +364,10 @@ require("aerial").setup({
-- Useful for setting keymaps. Takes a single `bufnr` argument.
on_attach = nil,
-- Call this function when aerial first sets symbols on a buffer.
-- Takes a single `bufnr` argument.
on_first_symbols = nil,
-- Automatically open aerial when entering supported buffers.
-- This can be a function (see :help aerial-open-automatic)
open_automatic = false,

View file

@ -242,6 +242,10 @@ Configure aerial by calling the setup() function.
-- Useful for setting keymaps. Takes a single `bufnr` argument.
on_attach = nil,
-- Call this function when aerial first sets symbols on a buffer.
-- Takes a single `bufnr` argument.
on_first_symbols = nil,
-- Automatically open aerial when entering supported buffers.
-- This can be a function (see :help aerial-open-automatic)
open_automatic = false,