[neovim] moves config into the neovim subdir

This commit is contained in:
Drew Haven
2025-02-11 15:28:14 -08:00
parent ac856b5ce1
commit 04b3e9a69b
12 changed files with 2 additions and 2 deletions

View File

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