We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e8d2f commit d5c58bbCopy full SHA for d5c58bb
lua/lazy/view/render.lua
@@ -124,7 +124,7 @@ function M:title()
124
local title = " " .. mode.name:sub(1, 1):upper() .. mode.name:sub(2) .. " (" .. mode.key .. ") "
125
if mode.name == "home" then
126
if self.view.state.mode == "home" then
127
- title = " lazy.nvim " .. Config.options.ui.icons.lazy
+ title = " lazy.nvim " .. Config.options.ui.icons.lazy
128
else
129
title = " lazy.nvim (H) "
130
end
0 commit comments