Add mapping to open test panel

main
Ensar Sarajčić 2023-08-03 12:02:52 +02:00
parent 0999ed109e
commit ef3140468a
1 changed files with 1 additions and 0 deletions

View File

@ -48,3 +48,4 @@ vim.keymap.set("n", "<Leader>tl", function()
neotest.run.run()
end
end, opts)
vim.keymap.set("n", "<Leader>tp", neotest.output_panel.open, opts)