mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: fixup typing warning
This commit is contained in:
parent
fa41aef4bb
commit
61121d92fe
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ if cmp ~= nil then
|
|||
mapping = cmp.mapping.preset.insert {
|
||||
['<C-d>'] = cmp.mapping.scroll_docs(-4),
|
||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-Space>'] = cmp.mapping.complete(),
|
||||
['<C-Space>'] = cmp.mapping.complete({}),
|
||||
['<CR>'] = cmp.mapping.confirm {
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
select = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue