Skip to content

Commit

Permalink
Remove unnecessary if statement
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Halter <micah@balena.io>
  • Loading branch information
mehalter committed Mar 30, 2022
1 parent 81fe447 commit 879f45a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/configs/cmp.lua
Expand Up @@ -104,8 +104,6 @@ function M.config()
luasnip.expand()
elseif luasnip.expand_or_jumpable() then
luasnip.expand_or_jump()
elseif check_backspace() then
fallback()
else
fallback()
end
Expand Down

0 comments on commit 879f45a

Please sign in to comment.