14 lines
270 B
Lua
14 lines
270 B
Lua
return {
|
|
"nvim-lualine/lualine.nvim",
|
|
dependencies = {
|
|
-- display macro recording
|
|
{ "yavorski/lualine-macro-recording.nvim" }
|
|
},
|
|
opts = {
|
|
sections = {
|
|
-- add to section of your choice
|
|
lualine_c = { "macro_recording", "%S" },
|
|
},
|
|
}
|
|
}
|