This commit is contained in:
unknown 2024-12-27 10:13:55 +08:00
parent 0cc45c6281
commit 63f4119678
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@ return {
function(fallback)
cmp_ultisnips_mappings.expand_or_jump_forwards(fallback)
end,
{ "i", "s", "c" }
{ "i", "s" }
),
["<S-Tab>"] = cmp.mapping(
function(fallback)
cmp_ultisnips_mappings.jump_backwards(fallback)
end,
{ "i", "s", "c" }
{ "i", "s" }
),
},
sorting = {