commit d9aa1d0f08d2b9b29765132b401175da125031e8
parent c5978d7e8c047390ec51a7bba78cdd9180954c71
Author: Folke Lemaitre <folke.lemaitre@gmail.com>
Date: Sun, 28 May 2023 12:22:52 +0200
style: typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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