feat: improve tab completion

main
Ian Mancini 2 years ago
parent 6e2f59618c
commit 96cf154771

@ -52,7 +52,8 @@ cmp.setup({
elseif luasnip.expand_or_jumpable() then elseif luasnip.expand_or_jumpable() then
luasnip.expand_or_jump() luasnip.expand_or_jump()
elseif has_words_before() then elseif has_words_before() then
cmp.complete() -- cmp.complete()
fallback()
else else
fallback() fallback()
end end

Loading…
Cancel
Save