[neovim] Sets colorscheme to decay-dark
This commit is contained in:
10
home-manager/features/config/neovim/lua/plugins/decay.lua
Normal file
10
home-manager/features/config/neovim/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