1
0

Correcting After folder

This commit is contained in:
2024-10-06 19:41:15 +02:00
parent a6c0657d70
commit 9db9a8f594
7 changed files with 44 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ return
mapping = cmp.mapping.preset.insert({
['<C-b>'] = cmp.mapping.scroll_docs(-4),
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<C-space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(),
['<C-y>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
}),