[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-03-11 04:11:47 +00:00
parent 8b27c45f71
commit d54bdadb59
2 changed files with 6 additions and 0 deletions

View file

@ -270,6 +270,9 @@ require("aerial").setup({
-- Highlight the closest symbol if the cursor is not exactly on one.
highlight_closest = true,
-- Highlight the symbol in the source buffer when cursor is in the aerial win
highlight_on_hover = false,
-- When jumping to a symbol, highlight the line for this many ms.
-- Set to false to disable
highlight_on_jump = 300,

View file

@ -142,6 +142,9 @@ Configure aerial by calling the setup() function.
-- Highlight the closest symbol if the cursor is not exactly on one.
highlight_closest = true,
-- Highlight the symbol in the source buffer when cursor is in the aerial win
highlight_on_hover = false,
-- When jumping to a symbol, highlight the line for this many ms.
-- Set to false to disable
highlight_on_jump = 300,