From 777c610cddbc0ed79ecd708f3452fc4af6307825 Mon Sep 17 00:00:00 2001 From: Jacob Yuan Date: Fri, 19 May 2023 14:58:19 -0400 Subject: [PATCH] Fix the mason-nvim-dap setting name --- 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