Add nvim-dap-ui
This commit is contained in:
parent
aa9160047e
commit
a1f02beaab
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
--- @type LazyPluginSpec
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
|
dependencies = {
|
||||||
|
{ "rcarriga/nvim-dap-ui", config = true },
|
||||||
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue