Skip to content

Commit

Permalink
fix: calling palette before setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Jul 10, 2023
1 parent 91b5a02 commit 841d8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/catppuccin/init.lua
Expand Up @@ -91,6 +91,8 @@ local M = {
path_sep = jit and (jit.os == "Windows" and "\\" or "/") or package.config:sub(1, 1),
}

M.options = M.default_options

function M.compile()
local user_flavour = M.flavour
for flavour, _ in pairs(M.flavours) do
Expand Down

0 comments on commit 841d8ab

Please sign in to comment.