[nvim] Removes the decay theme because TokyoNight seems better at highlighting.

This commit is contained in:
Drew Haven
2025-02-25 17:42:54 -08:00
parent ebca54d8b8
commit ea48b0f9ad

View File

@@ -1,10 +0,0 @@
return {
-- add decay
{ "decaycs/decay.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "decay-dark",
},
},
}