You've already forked dotfiles
fix: Fixing the python DAP config as it was just not functioning
correctly with the Mason setup.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
'mfussenegger/nvim-dap-python',
|
||||
config = function()
|
||||
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
||||
require('dap-python').setup('~/.local/share/nvim/mason/packages/debugpy/venv/bin/python')
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user