fix(spectre): add title to Spectre panel in edgy (#1703)

This commit is contained in:
Kevin Traver
2023-10-13 11:17:50 -06:00
committed by GitHub
parent b6e68fa2bf
commit 7fe68d9f05

View File

@ -49,7 +49,7 @@ return {
return vim.bo[buf].buftype == "help"
end,
},
{ ft = "spectre_panel", size = { height = 0.4 } },
{ title = "Spectre", ft = "spectre_panel", size = { height = 0.4 } },
{ title = "Neotest Output", ft = "neotest-output-panel", size = { height = 15 } },
},
left = {