We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2812692 commit 670a6feCopy full SHA for 670a6fe
lua/lazy/core/loader.lua
@@ -67,6 +67,9 @@ function M.install_missing()
67
for _, plugin in pairs(Config.plugins) do
68
if not (plugin._.installed or Plugin.has_errors(plugin)) then
69
for _, colorscheme in ipairs(Config.options.install.colorscheme) do
70
+ if colorscheme == "default" then
71
+ break
72
+ end
73
M.colorscheme(colorscheme)
74
if vim.g.colors_name or pcall(vim.cmd.colorscheme, colorscheme) then
75
break
0 commit comments