[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-02-21 21:55:55 +00:00
parent 96f1011ccd
commit f4dab432cb
2 changed files with 6 additions and 0 deletions

View file

@ -364,6 +364,9 @@ require("aerial").setup({
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- The autocmds that trigger symbols update (not used for LSP backend)
update_events = "TextChanged,InsertLeave",
-- Customize the characters used when show_guides = true
guides = {
-- When the child item has a sibling below it

View file

@ -236,6 +236,9 @@ Configure aerial by calling the setup() function.
-- Show box drawing characters for the tree hierarchy
show_guides = false,
-- The autocmds that trigger symbols update (not used for LSP backend)
update_events = "TextChanged,InsertLeave",
-- Customize the characters used when show_guides = true
guides = {
-- When the child item has a sibling below it