mirror of https://github.com/LazyVim/starter
10 lines
148 B
Lua
10 lines
148 B
Lua
|
return {
|
||
|
"zaldih/themery.nvim",
|
||
|
lazy = false,
|
||
|
config = function()
|
||
|
require("themery").setup({
|
||
|
-- add the config here
|
||
|
})
|
||
|
end,
|
||
|
}
|