13 lines
407 B
Lua
13 lines
407 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- ---------------------------------- DEBUG ------------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
|
|
return {
|
|
{ -- DAP Core
|
|
import = "lazyvim.plugins.extras.dap.core",
|
|
},
|
|
{ -- DAP Neovim Lua Adapter
|
|
import = "lazyvim.plugins.extras.dap.nlua",
|
|
},
|
|
}
|