diff options
-rw-r--r-- | lua/lvim/plugins.lua | 3 | ||||
-rw-r--r-- | snapshots/default.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index c39311ed..e0445d58 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -214,7 +214,8 @@ local core_plugins = { -- Debugger management { - "Pocco81/DAPInstall.nvim", + "Pocco81/dap-buddy.nvim", + branch = "dev", -- event = "BufWinEnter", -- event = "BufRead", disable = not lvim.builtin.dap.active, diff --git a/snapshots/default.json b/snapshots/default.json index 582b93ca..22ad665a 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -2,8 +2,8 @@ "Comment.nvim": { "commit": "cb0de89" }, - "DAPInstall.nvim": { - "commit": "bbda2b0" + "dap-buddy.nvim": { + "commit": "3679132" }, "FixCursorHold.nvim": { "commit": "1bfb32e" |