mirror of https://github.com/folke/lazy.nvim.git
docs: fixed indentation of auto-generated code blocks
This commit is contained in:
parent
71b2e2ff7d
commit
9dfeface3f
|
@ -40,7 +40,7 @@ function M.fix_indent(str)
|
|||
end
|
||||
|
||||
for l, line in ipairs(lines) do
|
||||
lines[l] = line:sub(width)
|
||||
lines[l] = line:sub(width + 1)
|
||||
end
|
||||
return table.concat(lines, "\n")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue