style(compiler): reformat long condition for stylua

This commit is contained in:
Barrett Ruth 2026-03-04 00:20:10 -05:00
parent 88dc47b643
commit c12891f7ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -147,7 +147,12 @@ function M.compile(bufnr, name, provider, ctx)
end)
)
if provider.open and not opened[bufnr] and output_file ~= '' and vim.uv.fs_stat(output_file) then
if
provider.open
and not opened[bufnr]
and output_file ~= ''
and vim.uv.fs_stat(output_file)
then
if provider.open == true then
vim.ui.open(output_file)
elseif type(provider.open) == 'table' then