fix(dap): ui opens when debugging (#4116)

Co-authored-by: WillianFuks <willian.fuks@gmail.com>
This commit is contained in:
Christian Chiarulli 2023-05-02 16:46:00 -04:00 committed by GitHub
parent 56d2463321
commit b0e55bad8b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,6 +260,9 @@ local core_plugins = {
require("lvim.core.dap").setup()
end,
lazy = true,
dependencies = {
"rcarriga/nvim-dap-ui",
},
enabled = lvim.builtin.dap.active,
},