Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit e559e80

Browse files
committed
fix: compatibility with auto-pairs(#62)
1 parent f9f729e commit e559e80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/completion.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ if ! exists('g:completion_items_priority')
9797
let g:completion_items_priority = {}
9898
endif
9999

100+
inoremap <silent> <Plug>(completion_confirm_completion)
101+
\ <cmd>call completion#wrap_completion()<CR>
100102
101103
command! -nargs=0 CompletionToggle lua require'completion'.completionToggle()
102104

0 commit comments

Comments
 (0)