Skip to content

Commit

Permalink
feat(edgy): added support for neotest
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 12, 2023
1 parent 986a637 commit 84986b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazyvim/plugins/extras/ui/edgy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ return {
end,
},
{ ft = "spectre_panel", size = { height = 0.4 } },
{ title = "Neotest Output", ft = "neotest-output-panel", size = { height = 15 } },
},
left = {
{
Expand All @@ -63,6 +64,7 @@ return {
end,
size = { height = 0.5 },
},
{ title = "Neotest Summary", ft = "neotest-summary" },
{
title = "Neo-Tree Git",
ft = "neo-tree",
Expand Down

0 comments on commit 84986b3

Please sign in to comment.