9 lines
200 B
Lua
9 lines
200 B
Lua
-- https://github.com/igorlfs/nvim-dap-view
|
|
|
|
---@type LazyPluginSpec
|
|
return {
|
|
"rcarriga/nvim-dap-ui",
|
|
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
|
|
config = true,
|
|
}
|