first version of dap
This commit is contained in:
@@ -211,6 +211,11 @@ return require('packer').startup(function()
|
||||
requires = {'tpope/vim-repeat'},
|
||||
config = get_setup('my_leap')
|
||||
}
|
||||
use {
|
||||
'mfussenegger/nvim-dap',
|
||||
requires = {'mfussenegger/nvim-dap-python'},
|
||||
config = get_setup('my_dap')
|
||||
}
|
||||
if packer_bootstrap then
|
||||
require('packer').sync()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user