mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(dap): fix the mason-nvim-dap setting name (#781)
This commit is contained in:
parent
5a27e1def0
commit
b4099a6477
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue