Skip to content

Commit

Permalink
fix: persistent-breakpoints.nvim lazy loading (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored Jun 25, 2023
1 parent 35f028a commit cff4b2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"Weissle/persistent-breakpoints.nvim",
event = "BufReadPost",
opts = function(_, opts)
return require("astronvim.utils").extend_tbl(opts, {
load_breakpoints_event = { "BufReadPost" },
Expand Down

0 comments on commit cff4b2e

Please sign in to comment.