fix(render): show correct key for home. Fixes #1796
This commit is contained in:
parent
ee64abc76b
commit
b08dba8107
|
|
@ -144,8 +144,6 @@ function M:title()
|
||||||
if mode.name == "home" then
|
if mode.name == "home" then
|
||||||
if self.view.state.mode == "home" then
|
if self.view.state.mode == "home" then
|
||||||
title = " lazy.nvim " .. Config.options.ui.icons.lazy
|
title = " lazy.nvim " .. Config.options.ui.icons.lazy
|
||||||
else
|
|
||||||
title = " lazy.nvim (H) "
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue