From: Folke Lemaitre Date: Sun, 28 May 2023 10:22:52 +0000 (+0200) Subject: style: typo X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=d9aa1d0f08d2b9b29765132b401175da125031e8;p=nvim-config.git style: typo --- 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