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
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" return vim.bo[buf].buftype == "help"
end, 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 } }, { title = "Neotest Output", ft = "neotest-output-panel", size = { height = 15 } },
}, },
left = { left = {