fix(oxfmt): enable even without workspace

This commit is contained in:
2026-04-02 13:58:33 +02:00
parent 94b9f27993
commit c88f74a520
+1
View File
@@ -1,3 +1,4 @@
---@type vim.lsp.Config
return {
workspace_required = false,
}