use init for colorscheme

This commit is contained in:
name.tar.xz 2024-03-06 11:54:06 +05:30
parent f764b7bacd
commit 7f2314857d
No known key found for this signature in database
GPG Key ID: D3C9DE564A3DBD30
1 changed files with 1 additions and 2 deletions

View File

@ -722,9 +722,8 @@ require('lazy').setup {
--
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
'folke/tokyonight.nvim',
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.