mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-21 20:11:03 +00:00
style: typo
This commit is contained in:
parent
c5978d7e8c
commit
d9aa1d0f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue