Sonic-Pi send visual selection and integration, luasnip TAB jumps insert positions
This commit is contained in:
@@ -33,6 +33,8 @@ cmp.setup({
|
||||
-- Hint: if the completion menu is visible select next one
|
||||
if cmp.visible() then
|
||||
cmp.select_next_item()
|
||||
elseif luasnip.jumpable(1) then
|
||||
luasnip.jump(1)
|
||||
elseif has_words_before() then
|
||||
cmp.complete()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user