mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-03-30 23:21:59 +01:00
change luasnip tab jumping to locally jumpable
This commit is contained in:
parent
0470d07c8c
commit
1c02cec98b
2
init.lua
2
init.lua
@ -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…
x
Reference in New Issue
Block a user