[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-01-02 23:46:00 +00:00
parent 9f1b9e63b6
commit 4a762b557b

View file

@ -291,17 +291,10 @@ require("aerial").setup({
-- Useful for setting keymaps. Takes a single `bufnr` argument.
on_attach = nil,
-- If true, open aerial automatically when entering a new buffer.
-- This can be a filetype map (see :help aerial-filetype-map)
-- Automatically open aerial when entering supported buffers.
-- This can be a function (see :help aerial-open-automatic)
open_automatic = false,
-- If open_automatic is true, only open aerial if the source buffer is at
-- least this long
open_automatic_min_lines = 0,
-- If open_automatic is true, only open aerial if there are at least this many symbols
open_automatic_min_symbols = 0,
-- Set to true to only open aerial at the far right/left of the editor
-- Default behavior opens aerial relative to current window
placement_editor_edge = false,