diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index ecc9567..5d2c1f8 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -242,7 +242,7 @@ return { if cmp.visible() then cmp.select_next_item() -- You could replace the expand_or_jumpable() calls with expand_or_locally_jumpable() - -- they way you will only jump inside the snippet region + -- this way you will only jump inside the snippet region elseif luasnip.expand_or_jumpable() then luasnip.expand_or_jump() elseif has_words_before() then