mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00: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 = {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue