Add colorscheme to lazy on its startup (plugins installation)
This commit is contained in:
parent
66e2a5a425
commit
48c927609c
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -820,6 +820,8 @@ require('lazy').setup({
|
||||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||||
-- { import = 'custom.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 = {
|
ui = {
|
||||||
-- If you have a Nerd Font, set icons to an empty table which will use the
|
-- 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
|
-- default lazy.nvim defined Nerd Font icons otherwise define a unicode icons table
|
||||||
|
|
Loading…
Reference in a new issue