[Help] Is there a way to enable line numbers in the chat buffer? #526
Unanswered
Ajaymamtora
asked this question in
Q&A
Replies: 3 comments 6 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.
6 replies
-
Another thing I want to point out is seems like a lot of settings in |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has now been fixed in #2251 . Huge shout out to @bassamsdata for this fix! |
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.
-
As the title says, I've tried:
And it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions