mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 03:14:38 +02:00
Merge 17ee28dc4a
into 25abbf546d
This commit is contained in:
commit
c4cb6e3e92
2 changed files with 18 additions and 8 deletions
|
@ -88,6 +88,10 @@ return {
|
|||
keymap = {
|
||||
preset = "enter",
|
||||
["<C-y>"] = { "select_and_accept" },
|
||||
["<S-Tab>"] = {
|
||||
LazyVim.cmp.map({ "snippet_backward", "ai_accept_word" }),
|
||||
"fallback",
|
||||
},
|
||||
},
|
||||
},
|
||||
---@param opts blink.cmp.Config | { sources: { compat: string[] } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue