[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-05-28 01:05:51 +00:00
parent 59d257fe8d
commit b27d11ef51
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@ require("aerial").setup({
disable_max_lines = 10000,
-- Disable aerial on files this size or larger (in bytes)
disable_max_size = 10000000,
disable_max_size = 2000000, -- Default 2MB
-- A list of all symbols to display. Set to false to display all symbols.
-- This can be a filetype map (see :help aerial-filetype-map)

View file

@ -131,7 +131,7 @@ Configure aerial by calling the setup() function.
disable_max_lines = 10000,
-- Disable aerial on files this size or larger (in bytes)
disable_max_size = 10000000,
disable_max_size = 2000000, -- Default 2MB
-- A list of all symbols to display. Set to false to display all symbols.
-- This can be a filetype map (see :help aerial-filetype-map)