Nvim: add new dep for dapui, update plugins
This commit is contained in:
parent
5813fc3d54
commit
388d23663c
2 changed files with 16 additions and 10 deletions
|
@ -5,7 +5,11 @@ local masonPkg = vim.fn.stdpath("data") .. "/mason/packages"
|
|||
return {
|
||||
"mfussenegger/nvim-dap",
|
||||
dependencies = {
|
||||
{ "rcarriga/nvim-dap-ui", config = true },
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
dependencies = { "nvim-neotest/nvim-nio" },
|
||||
config = true,
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
local dap = require("dap")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue