added theme store and themery
This commit is contained in:
12
lua/custom/plugins/themery.nvim.lua
Normal file
12
lua/custom/plugins/themery.nvim.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user