From 1eed9f572f29568a65cf2505e2dd37d1c2e7a309 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 6 Oct 2022 02:49:58 +0000 Subject: feat(dap): buffernames for elements, icons, hide dap-repl by default (#3156) --- lua/lvim/core/notify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/notify.lua') 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" } -- cgit v1.2.3