change highlight loading function name

This commit is contained in:
siduck 2022-11-17 19:26:43 +05:30
parent 08453985ca
commit f77d052d70
11 changed files with 14 additions and 18 deletions

View file

@ -29,11 +29,7 @@ local plugins = {
["NvChad/base46"] = {
branch = "dev",
config = function()
local ok, base46 = pcall(require, "base46")
if ok then
base46.load_theme()
end
require "base46_cache.defaults"
end,
},