diff options
author | Smig <89040888+smiggiddy@users.noreply.github.com> | 2024-05-08 10:55:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 10:55:49 -0400 |
commit | b9bd02d55b77293291a38fac9abe46acad9ab91d (patch) | |
tree | ee96f59f00eddd1dddc5491ce4060403486bb291 | |
parent | f86f18f27afeef1952272e212bef886e58ffd04c (diff) |
fix: debug.lua (#918)
-rw-r--r-- | lua/kickstart/plugins/debug.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 7be4abd..d4d1465 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -31,7 +31,7 @@ return { require('mason-nvim-dap').setup { -- 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 |