diff options
| author | Abouzar Parvan <[email protected]> | 2022-05-05 18:51:51 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-05 18:51:51 +0430 | 
| commit | cf426e1ff27931153357d0db3a5df4e180ac230b (patch) | |
| tree | 8cf326707614e67750f7df18fc3092b6e438940d | |
| parent | e1d32ca42ee6fdef8c724e3f391e548895f0bdcf (diff) | |
fix(dap): temporarily use dap-buddy dev branch which has older code (#2567)
| -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" | 
