update debugpy command in dap plugin conf
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 13m3s
Build neovim image / build-neovim-arm64 (push) Successful in 15m4s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Maciej Lebiest 2024-04-03 22:23:40 +02:00
parent e29047af3b
commit c312672203

View file

@ -17,8 +17,9 @@ return {
-- adapters
dap.adapters.python = {
type = 'executable',
command = '/usr/bin/python',
command = '/root/.local/share/nvim/mason/packages/debugpy/venv/bin/python',
args = { '-m', 'debugpy.adapter' },
--args = { '-m', 'debugpy.adapter' },
}
-- setup dapui