[neovim] moves config into the neovim subdir
This commit is contained in:
10
home-manager/features/neovim/config/lua/plugins/decay.lua
Normal file
10
home-manager/features/neovim/config/lua/plugins/decay.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
-- add decay
|
||||
{ "decaycs/decay.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "decay-dark",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user