From 48c927609cb5843ba24b2e2b4d30739832d7c9b6 Mon Sep 17 00:00:00 2001 From: brxxlstxrs <92815065+brxxlstxrs@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:21:39 +0300 Subject: [PATCH] Add colorscheme to lazy on its startup (plugins installation) --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 3bdb5e36..95c3ce9f 100644 --- a/init.lua +++ b/init.lua @@ -820,6 +820,8 @@ require('lazy').setup({ -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` -- { import = 'custom.plugins' }, }, { + -- Make lazy.nvim try to load one of these colorschemes when starting an installation during startup + install = { colorscheme = { 'tokyonight-night', 'habamax' } }, ui = { -- If you have a Nerd Font, set icons to an empty table which will use the -- default lazy.nvim defined Nerd Font icons otherwise define a unicode icons table