fix: debug.lua

Parameter name changed 

https://github.com/jay-babu/mason-nvim-dap.nvim?tab=readme-ov-file#default-configuration
This commit is contained in:
Smig 2024-05-08 09:44:55 -04:00 committed by GitHub
parent f86f18f27a
commit dd95a1584e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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