You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If by any change packer fails on installing the colorscheme the starting process will not fail or bother the user more than needed:
-- in my config I use ayu colorschemelocalcolorscheme="ayu-dark"localstatus_ok, _=pcall(vim.cmd, "colorscheme " ..colorscheme)
ifnotstatus_okthenvim.notify("colorscheme " ..colorscheme.." not found!")
returnend