無理だった
This commit is contained in:
parent
f075233d4a
commit
8b41e98e81
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -529,7 +529,7 @@ local lspkind = require('lspkind')
|
|||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-Space>'] = cmp.mapping.complete(),
|
||||
['<C-e>'] = cmp.mapping.abort(),
|
||||
['<CR>'] = cmp.mapping.confirm({ select = false }),
|
||||
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
||||
}),
|
||||
|
||||
formatting = {
|
||||
|
|
Loading…
Reference in a new issue