You've already forked dotfiles
Adding DAP!
This commit is contained in:
6
nvim/lua/plugins/dap-python.lua
Normal file
6
nvim/lua/plugins/dap-python.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
'mfussenegger/nvim-dap-python',
|
||||
config = function()
|
||||
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user