fix: dap python

This commit is contained in:
asep.komarudin 2024-06-22 13:56:20 +07:00
parent fa07b44ecf
commit 5817798c72
2 changed files with 54 additions and 52 deletions

View file

@ -70,7 +70,7 @@ if pcode.active_python_config then
table.insert(pcode.mason_ensure_installed, "pyright")
table.insert(pcode.null_ls_ensure_installed, "flake8")
table.insert(pcode.null_ls_ensure_installed, "black")
if vim.fn.has("win32") == 0 then
if vim.fn.has("win32") ~= 1 then
pcode.nvim_dap = true
end
end