From 92d8c3d22f8e315c2ed706ab19439fbf27b5e348 Mon Sep 17 00:00:00 2001 From: Jab <74190465+thisisjab@users.noreply.github.com> Date: Sat, 19 Aug 2023 11:58:20 +0330 Subject: [PATCH] fix: update init.lua to fix issues with incompatible bytecode --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 21f0b6f..d276865 100644 --- a/init.lua +++ b/init.lua @@ -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"