Skip to content

Commit 3ca68ef

Browse files
committed
fix: add "enter" keymap to types
1 parent 0c13fbd commit 3ca68ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/blink/cmp/config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--- | table<string, blink.cmp.KeymapCommand[]> Table of keys => commands[]
1919
--- | 'default' mappings similar to built-in completion
2020
--- | '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
2122

2223
--- @class blink.cmp.AcceptConfig
2324
--- @field create_undo_point? boolean Create an undo point when accepting a completion item

0 commit comments

Comments
 (0)