added theme store and themery

This commit is contained in:
venus
2025-11-08 22:36:12 -06:00
parent 682e7012ac
commit 40567a1f4c
5 changed files with 31 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
-- Plugin: zaldih/themery.nvim
-- Installed via store.nvim
return {
"zaldih/themery.nvim",
lazy = false,
config = function()
require("themery").setup(
{}
)
end
}