Skip to content

Commit

Permalink
fix(indent): typo for underline
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 15, 2024
1 parent d2b5680 commit 66cce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/snacks/indent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function M.render_scope(scope, state)
end_col = #vim.api.nvim_buf_get_lines(scope.buf, scope.from - 1, scope.from, false)[1],
hl_group = get_underline_hl(hl),
hl_mode = "combine",
priority = config.priority + 1,
priority = config.scope.priority + 1,
strict = false,
ephemeral = true,
})
Expand Down

0 comments on commit 66cce2f

Please sign in to comment.