This commit is contained in:
M. Hossein Jabbarzadeh 2023-10-02 10:54:33 -07:00 committed by GitHub
commit a6e95520e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"