Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent db7607c commit 5969229
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/toggleterm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2024 August 08
*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2024 November 01

==============================================================================
Table of Contents *toggleterm-table-of-contents*
Expand Down Expand Up @@ -208,6 +208,12 @@ what options are available. It is not written to be used as is.
return term.name
end
},
responsiveness = {
-- breakpoint in terms of `vim.o.columns` at which terminals will start to stack on top of each other
-- instead of next to each other
-- default = 0 which means the feature is turned off
horizontal_breakpoint = 135,
}
}
<

Expand Down

0 comments on commit 5969229

Please sign in to comment.