all repos

init.lua @ 8ade283f8086d3d138cbd77df9f636cd18bbb19d

my nvim config
1 files changed, 3 insertions(+), 0 deletions(-)
feat(neotest): add keymap for debugging tests
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-19 16:07:17 +0300
Parent: a9bb7cf
M lua/configs/neotest.lua

@@ -37,3 +37,6 @@ map("n", "[t", neotest.jump.prev)

map("n", "<leader>tt", function() neotest.run.run(vim.fn.expand "%") ---@diagnostic disable-line: missing-parameter end) +map("n", "<leader>td", function() + neotest.run.run { strategy = "dap" } +end)