dotfiles/.config/nvim/lua/plugins/nvim-dap-python.lua

7 lines
125 B
Lua
Raw Normal View History

2025-02-22 23:29:01 +03:00
return {
"mfussenegger/nvim-dap-python",
config = function()
require("dap-python").setup("python")
end
}