style: minor styling fixes

This commit is contained in:
2025-11-18 12:07:16 +01:00
parent 1d314be9ea
commit b338a12439
4 changed files with 76 additions and 77 deletions

View File

@@ -85,8 +85,8 @@ return {
scope = {
char = "",
enabled = true,
show_start = true,
show_end = true,
show_start = false,
show_end = false,
highlight = { "Function", "Label" },
priority = 500,
exclude = { language = { "css" } },