mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: fixed indentation of auto-generated code blocks
This commit is contained in:
parent
71b2e2ff7d
commit
9dfeface3f
2 changed files with 12 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue