re-added friendly-snippets without messing keybinds.

This commit is contained in:
Gabe Venberg 2022-02-07 13:47:57 -06:00
parent ae1fcff4be
commit ecab268930
2 changed files with 12 additions and 1 deletions

View file

@ -38,7 +38,7 @@ cmp.setup {
['<C-e>'] = cmp.mapping.close(),
['<CR>'] = cmp.mapping.confirm {
behavior = cmp.ConfirmBehavior.Replace,
select = true,
select = false,
},
['<Tab>'] = function(fallback)
if cmp.visible() then