refactor(nvim): use different hl group for alpha time

This commit is contained in:
Price Hiller 2023-03-07 07:49:11 -06:00
parent 811c69c25e
commit 45668b51b6
No known key found for this signature in database

View File

@ -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