Skip to content

Commit

Permalink
Re-generate docs
Browse files Browse the repository at this point in the history
This commit was performed automatically by GitHub Actions.
  • Loading branch information
b0o authored and actions-user committed Apr 3, 2024
1 parent 9136957 commit 385e541
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,6 @@ require('incline').setup {
},
render = "basic",
window = {
overlap = {
statusline = false,
winbar = false,
tabline = false,
borders = true,
},
margin = {
horizontal = 1,
vertical = 1
Expand All @@ -269,6 +263,12 @@ require('incline').setup {
signcolumn = "no",
wrap = false
},
overlap = {
borders = true,
statusline = false,
tabline = false,
winbar = false
},
padding = 1,
padding_char = " ",
placement = {
Expand Down
6 changes: 6 additions & 0 deletions doc/incline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,12 @@ highlight.groups~
signcolumn = "no",
wrap = false
},
overlap = {
borders = true,
statusline = false,
tabline = false,
winbar = false
},
padding = 1,
padding_char = " ",
placement = {
Expand Down

0 comments on commit 385e541

Please sign in to comment.