mirror of https://github.com/folke/lazy.nvim.git
feat(ui): make home bold
This commit is contained in:
parent
a46c0c04f1
commit
0b4a04de7d
|
@ -111,6 +111,7 @@ function M:title()
|
|||
if View.mode == mode.name then
|
||||
if mode.name == "home" then
|
||||
self:append(title, "LazyH1")
|
||||
self:highlight({ ["%w+"] = "Bold" })
|
||||
else
|
||||
self:append(title, "LazyButtonActive")
|
||||
self:highlight({ ["%(.%)"] = "LazySpecial" })
|
||||
|
|
Loading…
Reference in New Issue