refactor(nvim): use different hl group for alpha time
This commit is contained in:
parent
811c69c25e
commit
45668b51b6
@ -69,7 +69,7 @@ local datetime = {
|
||||
val = function()
|
||||
return vim.fn.strftime("%c")
|
||||
end,
|
||||
opts = { hl = "@decorator", position = "center" },
|
||||
opts = { hl = "@field", position = "center" },
|
||||
}
|
||||
|
||||
-- Menu
|
||||
|
Loading…
Reference in New Issue
Block a user