starter/lua/plugins/themery.lua

10 lines
148 B
Lua

return {
"zaldih/themery.nvim",
lazy = false,
config = function()
require("themery").setup({
-- add the config here
})
end,
}