Created
June 27, 2023 15:27
-
-
Save debugloop/64c790ac5e229b9268a27cb15ae3e06b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"macro-recording", | |
fmt = function() | |
local recording_register = vim.fn.reg_recording() | |
if recording_register == "" then | |
return "" | |
else | |
return "recording @" .. recording_register | |
end | |
end, | |
color = { fg = "orange" }, | |
}, |
Author
debugloop
commented
Jun 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment