Skip to content

Commit

Permalink
fix: debug.lua (nvim-lua#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiggiddy authored May 8, 2024
1 parent f86f18f commit b9bd02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/kickstart/plugins/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9bd02d

Please sign in to comment.