Skip to content

Commit 773e482

Browse files
authored
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
1 parent 65a5ac4 commit 773e482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ return {
1414
-- Creates a beautiful debugger UI
1515
'rcarriga/nvim-dap-ui',
1616

17+
-- Required dependency for nvim-dap-ui
18+
'nvim-neotest/nvim-nio',
19+
1720
-- Installs the debug adapters for you
1821
'williamboman/mason.nvim',
1922
'jay-babu/mason-nvim-dap.nvim',

0 commit comments

Comments
 (0)