clean packer config | Breaking change
This commit is contained in:
@@ -42,7 +42,7 @@ local default = {
|
||||
["<Tab>"] = function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_next_item()
|
||||
elseif snippents_status and require("luasnip").expand_or_jumpable() then
|
||||
elseif snippets_status and require("luasnip").expand_or_jumpable() then
|
||||
vim.fn.feedkeys(vim.api.nvim_replace_termcodes("<Plug>luasnip-expand-or-jump", true, true, true), "")
|
||||
else
|
||||
fallback()
|
||||
|
||||
Reference in New Issue
Block a user