Tendon

Results 3 comments of Tendon

I am using "rmagatti/auto-session" and having the same issue.

Here is the config to reproduce ```lua { "Weissle/persistent-breakpoints.nvim", config = function() require("persistent-breakpoints").setup({ load_breakpoints_event = { "BufReadPost" } }) end, keys = { { "db", function() require("persistent-breakpoints.api").toggle_breakpoint() end, desc =...

Thank you, I'm just using this branch, and it works. Hope this will merge soon.