mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
fix: python dap linux and windows
This commit is contained in:
parent
af1dd1aa00
commit
fa07b44ecf
2 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue