nvim: add nvim-dap-ui dependency
This commit is contained in:
parent
d436755c56
commit
e2bfd905a8
|
@ -200,7 +200,10 @@ require('packer').startup({
|
|||
use {
|
||||
'https://github.com/rcarriga/nvim-dap-ui',
|
||||
tag = '*',
|
||||
requires = 'https://github.com/mfussenegger/nvim-dap'
|
||||
requires = {
|
||||
'https://github.com/mfussenegger/nvim-dap',
|
||||
'https://github.com/nvim-neotest/nvim-nio'
|
||||
}
|
||||
}
|
||||
use {
|
||||
'https://github.com/nvim-telescope/telescope-dap.nvim',
|
||||
|
|
Loading…
Reference in New Issue
Block a user