nvim: i don't even know man
This commit is contained in:
@ -3,9 +3,16 @@ return {
|
||||
config = function()
|
||||
require("dap-go").setup()
|
||||
require("dap-python").setup()
|
||||
table.insert(require("dap").configurations.python, {
|
||||
type = "python",
|
||||
request = "launch",
|
||||
name = "My custom launch configuration",
|
||||
program = "${file}",
|
||||
-- ... more options, see https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings
|
||||
})
|
||||
end,
|
||||
key = {
|
||||
"<leader>d"
|
||||
"<leader>d",
|
||||
},
|
||||
dependencies = {
|
||||
"leoluz/nvim-dap-go",
|
||||
|
||||
Reference in New Issue
Block a user