mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-04 06:24:39 +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,
|
||||
},
|
||||
{ ft = "spectre_panel", size = { height = 0.4 } },
|
||||
{ title = "Neotest Output", ft = "neotest-output-panel", size = { height = 15 } },
|
||||
},
|
||||
left = {
|
||||
{
|
||||
|
@ -63,6 +64,7 @@ return {
|
|||
end,
|
||||
size = { height = 0.5 },
|
||||
},
|
||||
{ title = "Neotest Summary", ft = "neotest-summary" },
|
||||
{
|
||||
title = "Neo-Tree Git",
|
||||
ft = "neo-tree",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue