clean packer config | Breaking change
This commit is contained in:
parent
e8b31c9308
commit
64c32d2e5e
7 changed files with 89 additions and 104 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue