mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-08 03:44:52 +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
|
@ -70,5 +70,8 @@ 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
|
||||
pcode.nvim_dap = true
|
||||
end
|
||||
end
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue