[neovim] Sets colorscheme to decay-dark

This commit is contained in:
Drew Haven
2025-02-11 15:21:29 -08:00
parent 908002fd6c
commit ac856b5ce1

View File

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