Revert "Add completion cancellation"

This reverts commit 06f0c8e95d.
This commit is contained in:
Alex Yatskov 2021-06-15 16:46:48 -07:00
parent 06f0c8e95d
commit 4e30f63ee7

View File

@ -26,7 +26,6 @@ if executable('node')
inoremap <expr><tab> pumvisible() ? '<C-y>' : '<tab>'
inoremap <expr><cr> pumvisible() ? '<C-e><cr>' : '<cr>'
inoremap <expr><esc> pumvisible() ? '<C-e>' : '<esc>'
endif
" fzf