Replies: 2 comments
-
|
@mikesmithgh I have same concern. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @oyarsa @thanhdatvo, sorry for the delay. You can hook into the I'll plan to update the docs to include more general information on how to do this. You should be able to pass the options like this require('kitty-scrollback').setup({
{
callbacks = {
after_launch = function()
vim.o.number = true
vim.o.relativenumber = true
end,
},
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have relative line numbers set up on my main neovim configuration, but they don't show up in the scrollback version. I can manually enable them there. How can I enable them by default?
Beta Was this translation helpful? Give feedback.
All reactions