fix: add title to Spectre panel in edgy

This commit is contained in:
Kevin Traver 2023-10-13 10:53:41 -06:00 committed by GitHub
parent b6e68fa2bf
commit 359e59ddea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {