fix(spectre): add title to Spectre panel in edgy (#1703)
This commit is contained in:
1 parent
b6e68fa2bf
commit
7fe68d9f05
1 file changed
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in new issue
Block a user