mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cmp
This commit is contained in:
parent
6bd4a33db1
commit
df27a55ae1
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ cmp.setup({
|
|||
end
|
||||
end, { "i", "s" }),
|
||||
["<S-Tab>"] = cmp.mapping.select_prev_item(),
|
||||
|
||||
["<CR>"] = cmp.mapping(function(fallback)
|
||||
fallback()
|
||||
end, { "i", "s" }),
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue