Add nvim-nio as dependency for nvim-dap-ui

It's a dependency now
This commit is contained in:
José Miguel Sarasola 2024-03-18 20:40:16 +01:00
parent 65a5ac404b
commit a341cc84a4
No known key found for this signature in database
GPG Key ID: 6DD820B9A2EF2E95
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ return {
-- Creates a beautiful debugger UI
'rcarriga/nvim-dap-ui',
-- Required dependency for nvim-dap-ui
'nvim-neotest/nvim-nio',
-- Installs the debug adapters for you
'williamboman/mason.nvim',
'jay-babu/mason-nvim-dap.nvim',