fix(indent): typo for underline

This commit is contained in:
Folke Lemaitre 2024-12-15 18:14:08 +01:00
parent d2b5680359
commit 66cce2f512
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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,
})