diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-05-28 12:22:52 +0200 |
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-05-28 12:22:52 +0200 |
| commit | d9aa1d0f08d2b9b29765132b401175da125031e8 (patch) | |
| tree | b9daaa1969d91143fb129798292dc1d0d61ae611 | |
| parent | c5978d7e8c047390ec51a7bba78cdd9180954c71 (diff) | |
style: typo
| -rw-r--r-- | lua/plugins/example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
