aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorname.tar.xz <54463026+name-tar-xz@users.noreply.github.com>2024-03-10 01:55:08 +0530
committerGitHub <noreply@github.com>2024-03-09 15:25:08 -0500
commit3cfccc01be47259613e39196e6a6901ceecc3a0f (patch)
treea0e158d1b7aedc6603c523b8b7063b809f9173ad /init.lua
parent8fae6798b907d4c980e55011621092d8786e5551 (diff)
use init for colorscheme (#715)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 3bdb5e3..cfbe00d 100644
--- a/init.lua
+++ b/init.lua
@@ -723,9 +723,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'.