From e37a511abc1f6d6c6925719427f9890423f007f6 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 25 Jul 2021 13:55:19 +0200 Subject: Fix ignored user autocommands (#1090) --- lua/core/dashboard.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/core/dashboard.lua') diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua index 7433f2d6..f76e0e1e 100644 --- a/lua/core/dashboard.lua +++ b/lua/core/dashboard.lua @@ -82,7 +82,8 @@ M.setup = function() -- vim.g.dashboard_session_directory = CACHE_PATH..'/session' -- vim.g.dashboard_custom_footer = lvim.dashboard.footer - require("lv-utils").define_augroups { + + require("core.autocmds").define_augroups { _dashboard = { -- seems to be nobuflisted that makes my stuff disapear will do more testing { -- cgit v1.2.3