fix: explicit dependency nvim-nio

This commit is contained in:
zaaarf 2024-03-27 19:46:33 +01:00
parent cd37c9565e
commit b20f7f8dd2
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -216,7 +216,8 @@ return {
{
'mfussenegger/nvim-dap', -- debugger adapter protocol
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()
local dap = require('dap')