summaryrefslogtreecommitdiffstats
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
commitf77436f3bf08ec02d4c8933e1b1133e6ff8d6fb4 (patch)
tree3a1e7063dd123e49143b6e6459ad7c0c539873b6
parent4266ff17eaf29adbdfba924e29283f3c982a9dea (diff)
downloaddots-f77436f3bf08ec02d4c8933e1b1133e6ff8d6fb4.tar.gz
use init for colorscheme (#715)
-rw-r--r--nvim/init.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 3bdb5e3..cfbe00d 100644
--- a/nvim/init.lua
+++ b/nvim/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'.