fix(heirline): disable custom config for v6

This commit is contained in:
2026-04-03 14:32:11 +02:00
parent 572afa8f1a
commit f832c6c5fe

View File

@@ -12,6 +12,7 @@ return {
}, },
}, },
}, },
--[[
{ {
"rebelot/heirline.nvim", "rebelot/heirline.nvim",
optional = true, optional = true,
@@ -104,4 +105,5 @@ return {
return opts return opts
end, end,
}, },
]]
} }