Explorar el Código

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

 Co-authored-by: WillianFuks <willian.fuks@gmail.com>
Christian Chiarulli hace 2 años
padre
commit
b0e55bad8b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lua/lvim/plugins.lua

+ 3 - 0
lua/lvim/plugins.lua

@@ -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,
   },