change luasnip tab jumping to locally jumpable

pull/302/head
Gaurav Bhatnagar 1 year ago committed by GitHub
parent 0470d07c8c
commit 1c02cec98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -469,7 +469,7 @@ cmp.setup {
['<Tab>'] = cmp.mapping(function(fallback)
if cmp.visible() then
cmp.select_next_item()
elseif luasnip.expand_or_jumpable() then
elseif luasnip.expand_or_locally_jumpable() then
luasnip.expand_or_jump()
else
fallback()

Loading…
Cancel
Save