make metatable in config init.lua

This commit is contained in:
jc 2023-12-19 00:05:33 -05:00
commit d15112bc7d
No known key found for this signature in database
2 changed files with 23 additions and 7 deletions

View file

@ -12,5 +12,7 @@ end
vim.opt.rtp:prepend(lazypath)
require("juancwu.config").setup({
colorscheme = "tokyonight",
colorscheme = function()
require("tokyonight").load()
end,
})