1 files changed,
3 insertions(+),
0 deletions(-)
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)