[Help] Is there a way to enable line numbers in the chat buffer? #526
Unanswered
Ajaymamtora
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not sure about this but you can do it in a file vim.schedule(function() -- `schedule` is required to work
vim.opt_local.relativenumber = true
end) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, I've tried:
And it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions