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

This commit is contained in:
jyuan0 authored and GitHub committed 2023-05-19 21:34:19 +02:00
1 parent 5a27e1def0
commit b4099a6477
1 file changed
+1 -1
+1 -1
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