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 /lua/lvim/plugins.lua | |
parent | e1d32ca42ee6fdef8c724e3f391e548895f0bdcf (diff) |
fix(dap): temporarily use dap-buddy dev branch which has older code (#2567)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 3 |
1 files changed, 2 insertions, 1 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, |