use dofile to load cached theme files
This commit is contained in:
parent
947186b7ec
commit
4990b23935
9 changed files with 11 additions and 12 deletions
2
init.lua
2
init.lua
|
|
@ -19,4 +19,4 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
require "plugins"
|
||||
|
||||
loadfile(vim.g.base46_cache .. "defaults")()
|
||||
dofile(vim.g.base46_cache .. "defaults")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue