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 | 71de8d408c0665b703ddb6a35f33a899601eb1aa (patch) | |
| tree | 520872d02c4018f6283459392f620755ec3793bc /nvim/lua/kickstart/plugins/debug.lua | |
| parent | 39834e3443046e9c64c47a1cb9cf7d16c21c2b34 (diff) | |
| download | dots-71de8d408c0665b703ddb6a35f33a899601eb1aa.tar.gz | |
fix: debug.lua (#918)
Diffstat (limited to 'nvim/lua/kickstart/plugins/debug.lua')
| -rw-r--r-- | nvim/lua/kickstart/plugins/debug.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/kickstart/plugins/debug.lua b/nvim/lua/kickstart/plugins/debug.lua index 7be4abd..d4d1465 100644 --- a/nvim/lua/kickstart/plugins/debug.lua +++ b/nvim/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 |