mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(spectre): add title to Spectre panel in edgy (#1703)
This commit is contained in:
parent
b6e68fa2bf
commit
7fe68d9f05
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue