fix: python dap linux and windows

This commit is contained in:
asep.komarudin 2024-06-22 13:43:18 +07:00
parent af1dd1aa00
commit fa07b44ecf
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ if pcode.active_python_config then
{
"mfussenegger/nvim-dap",
event = "BufReadPre",
enabled = vim.fn.has("win32") == 1,
dependencies = {
"rcarriga/nvim-dap-ui",
"theHamsta/nvim-dap-virtual-text",