fix(dap): fix the mason-nvim-dap setting name (#781)

This commit is contained in:
jyuan0
2023-05-19 15:34:19 -04:00
committed by GitHub
parent 5a27e1def0
commit b4099a6477

View File

@ -53,7 +53,7 @@ return {
opts = {
-- Makes a best effort to setup the various debuggers with
-- reasonable debug configurations
automatic_setup = true,
automatic_installation = true,
-- You can provide additional configuration to the handlers,
-- see mason-nvim-dap README for more information