Adding the nvim-nio dependency that nvim-dap-ui now relies upon.
This commit is contained in:
parent
0db81d6874
commit
2aa5273287
@ -1,6 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
'mfussenegger/nvim-dap',
|
'mfussenegger/nvim-dap',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
{
|
||||||
|
'nvim-neotest/nvim-nio',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'rcarriga/nvim-dap-ui',
|
'rcarriga/nvim-dap-ui',
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user