Files
Nvim/lua/custom/plugins/themery.nvim.lua
2025-11-08 22:36:12 -06:00

12 lines
206 B
Lua

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