From d9aa1d0f08d2b9b29765132b401175da125031e8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 28 May 2023 12:22:52 +0200 Subject: [PATCH] style: typo --- lua/plugins/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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