Skip to content

Commit

Permalink
use init for colorscheme (nvim-lua#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
name-tar-xz authored and seasea128 committed Jul 14, 2024
1 parent dc0a928 commit cec6727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,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'.
Expand Down

0 comments on commit cec6727

Please sign in to comment.