fix: update init.lua to fix issues with incompatible bytecode

This commit is contained in:
Jab 2023-08-19 11:58:20 +03:30 committed by GitHub
parent d3d9aa251a
commit 92d8c3d22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ if not vim.loop.fs_stat(lazypath) then
require("core.bootstrap").lazy(lazypath)
end
dofile(vim.g.base46_cache .. "defaults")
loadfile(vim.g.base46_cache .. "defaults")
vim.opt.rtp:prepend(lazypath)
require "plugins"