mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-02 06:06:34 +00:00
fix(render): show correct key for home. Fixes #1796
This commit is contained in:
parent
ee64abc76b
commit
b08dba8107
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ function M:title()
|
|||
if mode.name == "home" then
|
||||
if self.view.state.mode == "home" then
|
||||
title = " lazy.nvim " .. Config.options.ui.icons.lazy
|
||||
else
|
||||
title = " lazy.nvim (H) "
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue