Skip to content

Commit

Permalink
fix(render): show correct key for home. Fixes #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 7, 2024
1 parent ee64abc commit b08dba8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b08dba8

Please sign in to comment.