We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812bc5a commit 029ded1Copy full SHA for 029ded1
lua/kickstart/plugins/debug.lua
@@ -14,6 +14,9 @@ return {
14
-- Creates a beautiful debugger UI
15
'rcarriga/nvim-dap-ui',
16
17
+ -- Required dependency for nvim-dap-ui
18
+ 'nvim-neotest/nvim-nio',
19
+
20
-- Installs the debug adapters for you
21
'williamboman/mason.nvim',
22
'jay-babu/mason-nvim-dap.nvim',
0 commit comments