From 2d8e5f2a98a0b7bd546dd034f5fa9df45d08006d Mon Sep 17 00:00:00 2001 From: Nurtrantpoem19 Date: Mon, 15 Jun 2026 22:55:13 -0400 Subject: [PATCH] remove require tokyonight --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b48343e1..a95a1629 100644 --- a/init.lua +++ b/init.lua @@ -394,7 +394,6 @@ do -- 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'. - vim.cmd.colorscheme 'tokyonight-night' -- Highlight todo, notes, etc in comments vim.pack.add { gh 'folke/todo-comments.nvim' } @@ -973,7 +972,7 @@ do -- NOTE: You can add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. - require 'custom.plugins' + require 'custom.plugins' end -- The line beneath this is called `modeline`. See `:help modeline`