fix: update init.lua to fix issues with incompatible bytecode
This commit is contained in:
parent
d3d9aa251a
commit
92d8c3d22f
2
init.lua
2
init.lua
|
@ -16,6 +16,6 @@ if not vim.loop.fs_stat(lazypath) then
|
||||||
require("core.bootstrap").lazy(lazypath)
|
require("core.bootstrap").lazy(lazypath)
|
||||||
end
|
end
|
||||||
|
|
||||||
dofile(vim.g.base46_cache .. "defaults")
|
loadfile(vim.g.base46_cache .. "defaults")
|
||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
require "plugins"
|
require "plugins"
|
||||||
|
|
Loading…
Reference in New Issue