Added pastify and powershell debug
This commit is contained in:
@@ -42,6 +42,22 @@ return {
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'Willem-J-an/nvim-dap-powershell',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'mfussenegger/nvim-dap',
|
||||
'rcarriga/nvim-dap-ui',
|
||||
{
|
||||
'm00qek/baleia.nvim',
|
||||
lazy = true,
|
||||
tag = 'v1.4.0',
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
require('dap-powershell').setup()
|
||||
end,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
-- Basic debugging keymaps, feel free to change to your liking!
|
||||
|
||||
Reference in New Issue
Block a user