fix: debug.lua (#918)

This commit is contained in:
Smig 2024-05-08 10:55:49 -04:00 committed by Richard V.H
parent 82d04e814b
commit 62f99c5a3f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ return {
require('mason-nvim-dap').setup { require('mason-nvim-dap').setup {
-- 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