remove colorscheme tokyonight

This commit is contained in:
Jonathan DeMasi
2025-09-12 11:25:14 -06:00
parent a5a1642db1
commit 09b356a24c

View File

@@ -1,12 +0,0 @@
return {
-- the colorscheme should be available when starting Neovim
{
"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()
-- load the colorscheme here
vim.cmd([[colorscheme tokyonight]])
end,
},
}