fix: explicit dependency nvim-nio
This commit is contained in:
parent
cd37c9565e
commit
b20f7f8dd2
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ return {
|
||||||
{
|
{
|
||||||
'mfussenegger/nvim-dap', -- debugger adapter protocol
|
'mfussenegger/nvim-dap', -- debugger adapter protocol
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'rcarriga/nvim-dap-ui', --batteries-included debugger ui
|
'rcarriga/nvim-dap-ui', -- batteries-included debugger ui
|
||||||
|
'nvim-neotest/nvim-nio', -- explicit dependency
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local dap = require('dap')
|
local dap = require('dap')
|
||||||
|
|
Loading…
Reference in a new issue