From b4099a64775e3e7722ebaf29612df43c46bf4f03 Mon Sep 17 00:00:00 2001 From: jyuan0 Date: Fri, 19 May 2023 15:34:19 -0400 Subject: [PATCH] fix(dap): fix the mason-nvim-dap setting name (#781) --- lua/lazyvim/plugins/extras/dap/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/dap/core.lua b/lua/lazyvim/plugins/extras/dap/core.lua index 74d4b17e..8188acb2 100644 --- a/lua/lazyvim/plugins/extras/dap/core.lua +++ b/lua/lazyvim/plugins/extras/dap/core.lua @@ -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