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, 2023
1 parent 499691f commit 90acc95
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/kitty-scrollback.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Table of Contents *kitty-scrollback.nvim-table-of-contents*

1. kitty-scrollback.nvim |kitty-scrollback.nvim-kitty-scrollback.nvim|
- Migrating to v2.0.0 |kitty-scrollback.nvim-migrating-to-v2.0.0|
- Features |kitty-scrollback.nvim-features|
- Example use cases |kitty-scrollback.nvim-example-use-cases|
- Prerequisites |kitty-scrollback.nvim-prerequisites|
Expand All @@ -25,6 +26,23 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute
commands in Neovim.


MIGRATING TO V2.0.0 *kitty-scrollback.nvim-migrating-to-v2.0.0*


`IMPORTANT` v2.0.0 has breaking changes and requires steps to properly migrate
from previous versions.
You can ignore this section if you have not previously installed any verions of
kitty-scrollback.nvim
- Migration Steps
- If you are using the packer.nvim <https://github.com/wbthomason/packer.nvim>
package manager, then add the custom `User` event `KittyScrollbackLaunch` as a
trigger for lazy loading. See |kitty-scrollback.nvim-installation| for
additional details.
>lua
event = { 'User KittyScrollbackLaunch' }
<


FEATURES *kitty-scrollback.nvim-features*

- Navigate Kitty’s scrollback buffer with Neovim
Expand Down

0 comments on commit 90acc95

Please sign in to comment.