diff options
author | Christian Chiarulli <[email protected]> | 2022-10-06 02:49:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-06 02:49:58 +0000 |
commit | 1eed9f572f29568a65cf2505e2dd37d1c2e7a309 (patch) | |
tree | 3ed1d7c5b1af887d5fc227beeaa98b3c4b664848 /lua/lvim/core/notify.lua | |
parent | c1edf56826f507096e54400f37f2bdd9da369d26 (diff) |
feat(dap): buffernames for elements, icons, hide dap-repl by default (#3156)
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 df6ce57e..272fdced 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 = true, + active = false, on_config_done = nil, opts = { ---@usage Animation style one of { "fade", "slide", "fade_in_slide_out", "static" } |