aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/injected.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/injected.lua')
-rw-r--r--lua/conform/formatters/injected.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/conform/formatters/injected.lua b/lua/conform/formatters/injected.lua
index edc2c66..b3d80a9 100644
--- a/lua/conform/formatters/injected.lua
+++ b/lua/conform/formatters/injected.lua
@@ -239,4 +239,7 @@ return {
apply_format_results()
end
end,
+ -- TODO this is kind of a hack. It's here to ensure all_support_range_formatting is set properly.
+ -- Should figure out a better way to do this.
+ range_args = true,
}