|
|
@ -21,12 +21,6 @@ end, {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
function M.load()
|
|
|
|
function M.load()
|
|
|
|
local catppuccin = require("catppuccin")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if catppuccin.before_loading ~= nil then
|
|
|
|
|
|
|
|
catppuccin.before_loading()
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
local compiled = nil
|
|
|
|
local compiled = nil
|
|
|
|
local config = require("catppuccin.config").options
|
|
|
|
local config = require("catppuccin.config").options
|
|
|
|
|
|
|
|
|
|
|
@ -48,10 +42,6 @@ function M.load()
|
|
|
|
require("catppuccin.lib.highlighter").load(require("catppuccin.lib.mapper").apply())
|
|
|
|
require("catppuccin.lib.highlighter").load(require("catppuccin.lib.mapper").apply())
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
if catppuccin.after_loading ~= nil then
|
|
|
|
|
|
|
|
catppuccin.after_loading()
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vim.api.nvim_exec_autocmds("User", { pattern = "CatppuccinLoaded" })
|
|
|
|
vim.api.nvim_exec_autocmds("User", { pattern = "CatppuccinLoaded" })
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|