Configure DAP
This commit is contained in:
parent
a6eff62aaa
commit
9b3b22a0d6
@ -26,6 +26,7 @@ return {
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
opts = {},
|
||||
},
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
@ -191,13 +192,12 @@ return {
|
||||
-- mason.nvim integration
|
||||
{
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
dependencies = "mason.nvim",
|
||||
cmd = { "DapInstall", "DapUninstall" },
|
||||
dependencies = { "mason-org/mason.nvim" },
|
||||
lazy = true,
|
||||
opts = {
|
||||
-- Makes a best effort to setup the various debuggers with
|
||||
-- reasonable debug configurations
|
||||
automatic_installation = true,
|
||||
automatic_config = true,
|
||||
|
||||
-- You can provide additional configuration to the handlers,
|
||||
-- see mason-nvim-dap README for more information
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user