Skip to content

Commit fafe1a7

Browse files
smiggiddyoldgit
authored andcommitted
fix: debug.lua (nvim-lua#918)
1 parent bf463f1 commit fafe1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ return {
3131
require('mason-nvim-dap').setup {
3232
-- Makes a best effort to setup the various debuggers with
3333
-- reasonable debug configurations
34-
automatic_setup = true,
34+
automatic_installation = true,
3535

3636
-- You can provide additional configuration to the handlers,
3737
-- see mason-nvim-dap README for more information

0 commit comments

Comments
 (0)