Files
neovim-config/lua/plugins/debug.lua
T
rootiest d125eefdf4 🎨 style(style): improve heading style
Use fancier box style for headings
2024-08-06 05:15:24 -04:00

12 lines
619 B
Lua

-- ╭─────────────────────────────────────────────────────────╮
-- │ Debug │
-- ╰─────────────────────────────────────────────────────────╯
return {
{ -- DAP Core
import = "lazyvim.plugins.extras.dap.core",
},
{ -- DAP Neovim Lua Adapter
import = "lazyvim.plugins.extras.dap.nlua",
},
}