ci(github): fix file format

dev
nullchilly 2 years ago
parent e3fb003512
commit 1ed41d98b3

@ -41,10 +41,10 @@ function M.load()
if config.compile.enable == true then
local compiled_path = config.compile.path
.. (vim.loop.os_uname().sysname == "Windows" and "\\" or "/")
.. vim.g.catppuccin_flavour
.. config.compile.suffix
.. ".lua"
.. (vim.loop.os_uname().sysname == "Windows" and "\\" or "/")
.. vim.g.catppuccin_flavour
.. config.compile.suffix
.. ".lua"
local f = io.open(compiled_path, "r")
if f ~= nil then
io.close(f)
@ -65,7 +65,6 @@ function M.load()
end
function M.setup(custom_opts)
hello
require("catppuccin.config").set_options(custom_opts)
end

Loading…
Cancel
Save