File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ function M.setup(opts)
3333 end ,
3434 })
3535
36- local colorscheme = M .config .colorscheme
37- if colorscheme and not pcall (vim .cmd .colorscheme , colorscheme ) then
38- vim .notify ((" Error setting up colorscheme: `%s`" ):format (colorscheme ), vim .log .levels .ERROR , { title = " AstroUI" })
39- end
40-
4136 require (" astroui.lazygit" ).setup ()
4237end
4338
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ function M.setup()
6868
6969 vim .api .nvim_create_autocmd (" User" , {
7070 pattern = " AstroColorScheme" ,
71- callback = M .update_config ,
72- desc = " Update lazygit theme configuration when changing colorscheme" ,
7371 group = vim .api .nvim_create_augroup (" astroui_lazygit" , { clear = true }),
72+ desc = " Update lazygit theme configuration when changing colorscheme" ,
73+ callback = M .update_config ,
7474 })
7575end
7676
You can’t perform that action at this time.
0 commit comments