Skip to content

Commit

Permalink
fix(persistent-breakpoints-nvim): remove unnecessary code (#933)
Browse files Browse the repository at this point in the history
Update debugging persisent-breakpoint-nvim init.lua

删除重复的部分
  • Loading branch information
LHAASOIHEP authored May 1, 2024
1 parent c1b32ac commit e375a0e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,4 @@ return {
desc = "Conditional Breakpoint",
},
},
{
"Weissle/persistent-breakpoints.nvim",
event = "BufReadPost",
opts = function(_, opts)
return require("astrocore").extend_tbl(opts, {
load_breakpoints_event = { "BufReadPost" },
})
end,
},
}

0 comments on commit e375a0e

Please sign in to comment.