[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-08-10 04:48:18 +00:00
parent e54cae0df0
commit bd31dd0ebe
2 changed files with 8 additions and 0 deletions

View file

@ -534,6 +534,10 @@ require("aerial").setup({
treesitter = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
-- Experimental feature to navigate to symbol names instead of the declaration
-- See https://github.com/stevearc/aerial.nvim/issues/279
-- If no bugs are reported for a time this will become the default
experimental_selection_range = false,
},
markdown = {

View file

@ -349,6 +349,10 @@ OPTIONS *aerial-option
treesitter = {
-- How long to wait (in ms) after a buffer change before updating
update_delay = 300,
-- Experimental feature to navigate to symbol names instead of the declaration
-- See https://github.com/stevearc/aerial.nvim/issues/279
-- If no bugs are reported for a time this will become the default
experimental_selection_range = false,
},
markdown = {