typescript: parens fix

This commit is contained in:
He4eT 2026-06-03 16:52:03 +02:00
commit a281949d98

View file

@ -302,6 +302,6 @@ return lush(function(injected_functions)
FzfLuaHeaderText({ Statement }), FzfLuaHeaderText({ Statement }),
-- Dirty fixes -- Dirty fixes
typescriptParens({ NormalFloat }) typescriptParens({ fg = colors.fg })
} }
end) end)