]> git.localhorst.tv Git - nvim-config.git/commitdiff
style: typo
authorFolke Lemaitre <folke.lemaitre@gmail.com>
Sun, 28 May 2023 10:22:52 +0000 (12:22 +0200)
committerFolke Lemaitre <folke.lemaitre@gmail.com>
Sun, 28 May 2023 10:22:52 +0000 (12:22 +0200)
lua/plugins/example.lua

index ecc9567ebf331f06eeab012a3ae1555e0be13600..5d2c1f8740344350a8c5cea84f1b5bf5ffe02da8 100644 (file)
@@ -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