[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-10-08 06:33:03 +00:00
parent 5d939786fa
commit bbdfc56c5a
2 changed files with 2 additions and 2 deletions

View file

@ -432,7 +432,7 @@ require("aerial").setup({
height = nil,
min_height = { 8, 0.1 },
override = function(conf)
override = function(conf, source_winid)
-- This is the config that will be passed to nvim_open_win.
-- Change values here to customize the layout
return conf

View file

@ -303,7 +303,7 @@ Configure aerial by calling the setup() function.
height = nil,
min_height = { 8, 0.1 },
override = function(conf)
override = function(conf, source_winid)
-- This is the config that will be passed to nvim_open_win.
-- Change values here to customize the layout
return conf