diff --git a/README.md b/README.md index 9484ef9b..af30b34b 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ Arguments that can be passed to the `kitty_scrollback_nvim` Kitten defined in [k | highlight_overrides
.KittyScrollbackNvimPasteWinNormal | `table?` | paste window Normal highlight group | | highlight_overrides
.KittyScrollbackNvimPasteWinFloatBorder | `table?` | paste window FloatBorder highlight group | | highlight_overrides
.KittyScrollbackNvimPasteWinFloatTitle | `table?` | paste window FloatTitle highlight group | +| highlight_overrides
.KittyScrollbackNvimVisual | `table?` | scrollback buffer window visual selection highlight group | | status_window | `KsbStatusWindowOpts?` | options for status window indicating that kitty-scrollback.nvim is ready | | status_window.enabled | `boolean` | If true, show status window in upper right corner of the screen | | status_window.style_simple | `boolean` | If true, use plaintext instead of nerd font icons | diff --git a/doc/kitty-scrollback.nvim.txt b/doc/kitty-scrollback.nvim.txt index 57a765a3..b90c4f13 100644 --- a/doc/kitty-scrollback.nvim.txt +++ b/doc/kitty-scrollback.nvim.txt @@ -385,6 +385,8 @@ KITTY-SCROLLBACK.NVIM CONFIGURATION FILE ~ highlight_overrides.KittyScrollbackNvimPasteWinFloatTitle table? paste window FloatTitle highlight group + highlight_overrides.KittyScrollbackNvimVisual table? scrollback buffer window visual selection highlight group + status_window KsbStatusWindowOpts? options for status window indicating that kitty-scrollback.nvim is ready