Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro authored and github-actions[bot] committed Mar 24, 2024
1 parent 4e5a3f1 commit 2180f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neorg/modules/core/concealer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ module.public = {
local extmark_details = extmark[4]

for _, virt_text in ipairs(extmark_details.virt_text or {}) do
line = vim.fn.strcharpart( line, 0, extmark[3] )
line = vim.fn.strcharpart(line, 0, extmark[3])
.. virt_text[1]
.. vim.fn.strcharpart( line, extmark[3] + vim.api.nvim_strwidth(virt_text[1]) )
.. vim.fn.strcharpart(line, extmark[3] + vim.api.nvim_strwidth(virt_text[1]))
end
end

Expand Down

0 comments on commit 2180f6b

Please sign in to comment.