0.0.1
This commit is contained in:
commit
36c66e33e6
17 changed files with 348 additions and 0 deletions
16
lua/plugins/themery.lua
Normal file
16
lua/plugins/themery.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"zaldih/themery.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("themery").setup({
|
||||
themes = {
|
||||
"github_dark",
|
||||
"github_light",
|
||||
},
|
||||
livePreview = true,
|
||||
})
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>c", "<cmd>Themery<CR>", desc = "theme picker" },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue