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