From e9e33541c448ca0a9ee1851440630186fcf4cb74 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 13 Jul 2022 16:26:11 -0500 Subject: [PATCH] fix: removed remanents of core --- lua/catppuccin/init.lua | 2 +- lua/catppuccin/lib/compiler.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccin/init.lua b/lua/catppuccin/init.lua index 1c439f2..fe55b99 100644 --- a/lua/catppuccin/init.lua +++ b/lua/catppuccin/init.lua @@ -52,7 +52,7 @@ function M.load() end if not loaded then -- colorscheme gets evaluated from mapper.lua - local theme = require("catppuccin.core.mapper").apply() + local theme = require("catppuccin.lib.mapper").apply() local utils = require("catppuccin.utils.util") utils.load(theme) diff --git a/lua/catppuccin/lib/compiler.lua b/lua/catppuccin/lib/compiler.lua index 9717faa..b4a03ff 100644 --- a/lua/catppuccin/lib/compiler.lua +++ b/lua/catppuccin/lib/compiler.lua @@ -14,7 +14,7 @@ local function inspect(t) end function util.compile() - local theme = require("catppuccin.core.mapper").apply() + local theme = require("catppuccin.lib.mapper").apply() local lines = { [[ -- This file is autogenerated by CATPPUCCIN. -- Do not make changes directly to this file.