[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2021-11-22 00:38:07 +00:00
parent 639eab25ef
commit 5f6d1dbcf3

View file

@ -183,7 +183,7 @@ Command | arg | description
```lua
vim.g.aerial = {
-- Priority list of preferred backends for aerial
backends = { "lsp", "treesitter" },
backends = { "lsp", "treesitter", "markdown" },
-- Enum: persist, close, auto, global
-- persist - aerial window will stay open until closed
@ -272,6 +272,11 @@ vim.g.aerial = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
},
markdown = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
},
}
-- open_automatic can be specified as a filetype map. For example, the below