Skip to content

Commit 2491c8b

Browse files
name-tar-xzchrisdd2
authored andcommitted
use init for colorscheme (nvim-lua#715)
1 parent c66c9d7 commit 2491c8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,8 @@ require('lazy').setup({
723723
--
724724
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
725725
'folke/tokyonight.nvim',
726-
lazy = false, -- make sure we load this during startup if it is your main colorscheme
727726
priority = 1000, -- make sure to load this before all the other start plugins
728-
config = function()
727+
init = function()
729728
-- Load the colorscheme here.
730729
-- Like many other themes, this one has different styles, and you could load
731730
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.

0 commit comments

Comments
 (0)