@@ -2,7 +2,7 @@ local M = {}
M.config = function()
lvim.builtin.dap = {
- active = false,
+ active = true,
on_config_done = nil,
breakpoint = {
text = lvim.icons.ui.Bug,
@@ -3,7 +3,7 @@ local M = {}
local Log = require "lvim.core.log"
local defaults = {
opts = {
---@usage Animation style one of { "fade", "slide", "fade_in_slide_out", "static" }
@@ -3,6 +3,7 @@ local Log = require "lvim.core.log"
lvim.builtin["terminal"] = {
-- size can be a number or function which is passed the current terminal
size = 20,