mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-09 17:04:27 +02:00
fix: dap python
This commit is contained in:
parent
fa07b44ecf
commit
5817798c72
2 changed files with 54 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue