aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-rw-r--r--lua/conform/runner.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conform/runner.lua b/lua/conform/runner.lua
index fd99807..c59ae67 100644
--- a/lua/conform/runner.lua
+++ b/lua/conform/runner.lua
@@ -196,6 +196,7 @@ M.apply_format = function(bufnr, original_lines, new_lines, range, only_apply_ra
end
log.trace("Comparing lines %s and %s", original_lines, new_lines)
+ ---@diagnostic disable-next-line: missing-fields
local indices = vim.diff(original_text, new_text, {
result_type = "indices",
algorithm = "histogram",