mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-05 15:04:37 +02:00
feat(edgy): added support for neotest
This commit is contained in:
parent
986a6374f4
commit
84986b3729
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ ft = "spectre_panel", size = { height = 0.4 } },
|
{ ft = "spectre_panel", size = { height = 0.4 } },
|
||||||
|
{ title = "Neotest Output", ft = "neotest-output-panel", size = { height = 15 } },
|
||||||
},
|
},
|
||||||
left = {
|
left = {
|
||||||
{
|
{
|
||||||
|
@ -63,6 +64,7 @@ return {
|
||||||
end,
|
end,
|
||||||
size = { height = 0.5 },
|
size = { height = 0.5 },
|
||||||
},
|
},
|
||||||
|
{ title = "Neotest Summary", ft = "neotest-summary" },
|
||||||
{
|
{
|
||||||
title = "Neo-Tree Git",
|
title = "Neo-Tree Git",
|
||||||
ft = "neo-tree",
|
ft = "neo-tree",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue