🗑️ Cleaned(colorschemes): disable unused tokyonight theme

We use catppuccin so disable tokyonight to prevent it loading
This commit is contained in:
2025-02-16 09:41:14 -05:00
parent 5701043c61
commit a42aaea9eb
+4
View File
@@ -0,0 +1,4 @@
return {
-- disable tokyonight
{ 'folke/tokyonight.nvim', enabled = false },
}