Skip to content

Commit

Permalink
Add nvim-nio as dependency for nvim-dap-ui (nvim-lua#774)
Browse files Browse the repository at this point in the history
It's a dependency now
  • Loading branch information
alosarjos authored and chrisdd2 committed Mar 24, 2024
1 parent 514d83d commit bacf937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/kickstart/plugins/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bacf937

Please sign in to comment.