Added pastify and powershell debug

This commit is contained in:
2025-11-11 10:33:26 +01:00
parent 8c0f3ec5b4
commit 47ffc1a523
8 changed files with 370 additions and 7 deletions

View File

@@ -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!