Skip to content

Commit b69f642

Browse files
authored
docs: add missing vim help for priority config (#83)
1 parent 4ee3f8f commit b69f642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/nvim_context_vt.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ To customize the behavior use the setup function:
3232
-- Default: '-->'
3333
prefix = '',
3434
35+
-- Override default virtual text priority
36+
-- Default: 1000
37+
priority = 1000,
38+
3539
-- Override the internal highlight group name
3640
-- Default: 'ContextVt'
3741
highlight = 'CustomContextVt',

0 commit comments

Comments
 (0)