We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c13fbd commit 3ca68efCopy full SHA for 3ca68ef
lua/blink/cmp/config.lua
@@ -18,6 +18,7 @@
18
--- | table<string, blink.cmp.KeymapCommand[]> Table of keys => commands[]
19
--- | 'default' mappings similar to built-in completion
20
--- | 'super-tab' mappings similar to vscode (tab to accept, arrow keys to navigate)
21
+--- | 'enter' mappings similar to 'super-tab' but with 'enter' to accept
22
23
--- @class blink.cmp.AcceptConfig
24
--- @field create_undo_point? boolean Create an undo point when accepting a completion item
0 commit comments