Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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" },
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user