Fix the mason-nvim-dap setting name

This commit is contained in:
Jacob Yuan 2023-05-19 14:58:19 -04:00
parent 5a27e1def0
commit 777c610cdd

View file

@ -53,7 +53,7 @@ return {
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_setup = true, automatic_installation = 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