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/notify.lua | |
parent | 42e410cdb086af1415b6e263eba9b250ef3d9ac2 (diff) |
feat: terminal, dap, and notify active by default
Diffstat (limited to 'lua/lvim/core/notify.lua')
-rw-r--r-- | lua/lvim/core/notify.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/notify.lua b/lua/lvim/core/notify.lua index 272fdced..df6ce57e 100644 --- a/lua/lvim/core/notify.lua +++ b/lua/lvim/core/notify.lua @@ -3,7 +3,7 @@ local M = {} local Log = require "lvim.core.log" local defaults = { - active = false, + active = true, on_config_done = nil, opts = { ---@usage Animation style one of { "fade", "slide", "fade_in_slide_out", "static" } |