diff --git a/home-manager/features/config/neovim/lua/plugins/decay.lua b/home-manager/features/config/neovim/lua/plugins/decay.lua new file mode 100644 index 0000000..025462c --- /dev/null +++ b/home-manager/features/config/neovim/lua/plugins/decay.lua @@ -0,0 +1,10 @@ +return { + -- add decay + { "decaycs/decay.nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "decay-dark", + }, + }, +}