How to update kitten? #316
-
Hello! When the nvim plugin is updated, is it required to also update the kitten, like running Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @steakhutzeee, No, That just generates the suggested commands to use in your kitty.conf. I don't have any plans to, but if for whatever reason there was a need to rerun KittyScrollbackGenerateKittens, I would document it on the README similar to https://github.com/mikesmithgh/kitty-scrollback.nvim?tab=readme-ov-file#-migrating-to-v600 and announce here/reddit. Just some extra details: The command
that is put in your kitty.conf. Since this points to the path of |
Beta Was this translation helpful? Give feedback.
Hi @steakhutzeee,
No,
nvim --headless +'KittyScrollbackGenerateKittens'
is only necessary to run when you are first setting kitty-scrollback.nvim up.That just generates the suggested commands to use in your kitty.conf.
I don't have any plans to, but if for whatever reason there was a need to rerun KittyScrollbackGenerateKittens, I would document it on the README similar to https://github.com/mikesmithgh/kitty-scrollback.nvim?tab=readme-ov-file#-migrating-to-v600 and announce here/reddit.
Just some extra details:
The command
KittyScrollbackGenerateKittens
has output similar to