mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
fix(indent): typo for underline
This commit is contained in:
parent
d2b5680359
commit
66cce2f512
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue