Add colorscheme to lazy on its startup (plugins installation)

This commit is contained in:
brxxlstxrs 2024-03-06 22:21:39 +03:00 committed by GitHub
parent 66e2a5a425
commit 48c927609c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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