nvimdotfiles/after/plugin/dap/dap-lua.lua
2023-10-27 23:56:22 +02:00

15 lines
349 B
Lua

--local dap = require("dap")
--dap.configurations.lua = {
-- {
-- name = 'Current file (local-lua-dbg, lua)',
-- type = 'local-lua',
-- request = 'launch',
-- cwd = '${workspaceFolder}',
-- program = {
-- lua = 'lua5.1',
-- file = '${file}',
-- },
-- args = {},
-- },
--}