Make cpp for snippet dynamic
This commit is contained in:
@@ -22,5 +22,15 @@ return {
|
||||
luasnip.jump(-1)
|
||||
end
|
||||
end, { silent = true })
|
||||
-- vim.keymap.set('s', '<M-l>', function()
|
||||
-- if luasnip.choice_active() then
|
||||
-- luasnip.change_choice(1)
|
||||
-- end
|
||||
-- end, { silent = true })
|
||||
-- vim.keymap.set('s', '<M-h>', function()
|
||||
-- if luasnip.choice_active() then
|
||||
-- luasnip.change_choice(-1)
|
||||
-- end
|
||||
-- end, { silent = true })
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user