diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-10 11:35:10 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-10 11:35:10 +0100 |
commit | 8f85ac8a746a6b0071b691a51a17cb3b1602fd46 (patch) | |
tree | 4f5cd32c0a23b4b2ec271afbd0e1f5ccca577040 /lua/kickstart | |
parent | 3b0a5bb641c016a3a439b93870b58c39f5208011 (diff) | |
parent | 3cfccc01be47259613e39196e6a6901ceecc3a0f (diff) |
Merge 'upstream' use init for colorscheme
Diffstat (limited to 'lua/kickstart')
-rw-r--r-- | lua/kickstart/plugins/tokyonight.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/kickstart/plugins/tokyonight.lua b/lua/kickstart/plugins/tokyonight.lua index cc5192a..6ac97c7 100644 --- a/lua/kickstart/plugins/tokyonight.lua +++ b/lua/kickstart/plugins/tokyonight.lua @@ -5,9 +5,8 @@ return { -- -- 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'. |