We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcad769 commit 4e82ab6Copy full SHA for 4e82ab6
init.lua
@@ -723,9 +723,8 @@ require('lazy').setup({
723
--
724
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
725
'folke/tokyonight.nvim',
726
- lazy = false, -- make sure we load this during startup if it is your main colorscheme
727
priority = 1000, -- make sure to load this before all the other start plugins
728
- config = function()
+ init = function()
729
-- Load the colorscheme here.
730
-- Like many other themes, this one has different styles, and you could load
731
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
0 commit comments