Feat: add recording marcro
This commit is contained in:
parent
a49ce29958
commit
06e9c790a9
|
@ -51,7 +51,13 @@ local config = {
|
|||
lualine_z = {},
|
||||
-- these will be filled later
|
||||
lualine_c = {},
|
||||
lualine_x = {}
|
||||
lualine_x = {
|
||||
{
|
||||
require("noice").api.statusline.mode.get,
|
||||
cond = require("noice").api.statusline.mode.has,
|
||||
color = { fg = "#ff9e64" },
|
||||
}
|
||||
}
|
||||
},
|
||||
inactive_sections = {
|
||||
-- these are to remove the defaults
|
||||
|
|
Loading…
Reference in New Issue