diff options
author | Christian Chiarulli <[email protected]> | 2022-10-05 21:35:14 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2022-10-05 21:35:14 -0400 |
commit | c1edf56826f507096e54400f37f2bdd9da369d26 (patch) | |
tree | fba09692460faed870f77eb72b0990d76e3fb965 /lua/lvim/core/dap.lua | |
parent | 42e410cdb086af1415b6e263eba9b250ef3d9ac2 (diff) |
feat: terminal, dap, and notify active by default
Diffstat (limited to 'lua/lvim/core/dap.lua')
-rw-r--r-- | lua/lvim/core/dap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/dap.lua b/lua/lvim/core/dap.lua index 77c2856a..6372bf6f 100644 --- a/lua/lvim/core/dap.lua +++ b/lua/lvim/core/dap.lua @@ -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, |