fix: remove auto commands in lualine group properly on lualine reset (#488)
This commit is contained in:
parent
5596c2a25a
commit
c4a09735a6
|
@ -278,7 +278,7 @@ local function reset_lualine()
|
||||||
-- When notices module is not loaded there are no notices to clear.
|
-- When notices module is not loaded there are no notices to clear.
|
||||||
modules.utils_notices.clear_notices()
|
modules.utils_notices.clear_notices()
|
||||||
end
|
end
|
||||||
vim.cmd [[augroup lualine | autocmd! | augroup END]]
|
vim.cmd [[augroup lualine | exe "autocmd!" | augroup END]]
|
||||||
setup_theme()
|
setup_theme()
|
||||||
-- load components & extensions
|
-- load components & extensions
|
||||||
modules.loader.load_all(config)
|
modules.loader.load_all(config)
|
||||||
|
|
Loading…
Reference in New Issue