local config = require "core.config" config.plugins.jpdebug = { targets = { ["test"] = { type = "shell", cmd = {"C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64", "-shell", "bash", "-c", "lua test.lua"} } }, target = "test" }