Skip to content

Commit c2f25fd

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent 34e4483 commit c2f25fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/blink-cmp.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 August 14
1+
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 September 02
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -2118,7 +2118,7 @@ COMPLETION TRIGGER
21182118

21192119
-- When true, will show the completion window after entering insert mode
21202120
show_on_insert = false,
2121-
2121+
21222122
-- LSPs can indicate when to show the completion window via trigger characters
21232123
-- however, some LSPs (i.e. tsserver) return characters that would essentially
21242124
-- always show the window. We block these by default.
@@ -2609,6 +2609,8 @@ PROVIDERS
26092609
end,
26102610
-- Set to '+' to use the system clipboard, or '"' to use the unnamed register
26112611
clipboard_register = nil,
2612+
-- Whether to put the snippet description in the label description
2613+
use_label_description = false,
26122614
}
26132615

26142616
-- For `snippets.preset == 'luasnip'`

0 commit comments

Comments
 (0)