more dap plugins
This commit is contained in:
@@ -211,7 +211,13 @@ return require('packer').startup(function()
|
||||
}
|
||||
use {
|
||||
'mfussenegger/nvim-dap',
|
||||
requires = { 'mfussenegger/nvim-dap-python' },
|
||||
requires = {
|
||||
'mfussenegger/nvim-dap-python',
|
||||
'theHamsta/nvim-dap-virtual-text',
|
||||
'nvim-telescope/telescope-dap.nvim',
|
||||
'rcarriga/cmp-dap',
|
||||
'rcarriga/nvim-dap-ui'
|
||||
},
|
||||
config = get_setup('my_dap')
|
||||
}
|
||||
if packer_bootstrap then
|
||||
|
||||
Reference in New Issue
Block a user