1
0
Fork 0
dotfiles/dot_config/nvim/lua/plugins/dap/init.lua

7 lines
105 B
Lua
Raw Permalink Normal View History

2022-04-13 21:54:22 +02:00
local function init()
call_with_helpers(require('plugins.dap.lldb').init)
end
return {
init = init
}