File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
==============================================================================
4
4
Table of Contents *blink-cmp-table-of-contents*
@@ -2118,7 +2118,7 @@ COMPLETION TRIGGER
2118
2118
2119
2119
-- When true, will show the completion window after entering insert mode
2120
2120
show_on_insert = false,
2121
-
2121
+
2122
2122
-- LSPs can indicate when to show the completion window via trigger characters
2123
2123
-- however, some LSPs (i.e. tsserver) return characters that would essentially
2124
2124
-- always show the window. We block these by default.
@@ -2609,6 +2609,8 @@ PROVIDERS
2609
2609
end,
2610
2610
-- Set to '+' to use the system clipboard, or '"' to use the unnamed register
2611
2611
clipboard_register = nil,
2612
+ -- Whether to put the snippet description in the label description
2613
+ use_label_description = false,
2612
2614
}
2613
2615
2614
2616
-- For `snippets.preset == 'luasnip' `
You can’t perform that action at this time.
0 commit comments