make metatable in config init.lua
This commit is contained in:
parent
5610e9a725
commit
d15112bc7d
2 changed files with 23 additions and 7 deletions
|
|
@ -12,5 +12,7 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("juancwu.config").setup({
|
||||
colorscheme = "tokyonight",
|
||||
colorscheme = function()
|
||||
require("tokyonight").load()
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue