Remove compatibility hack from init.vim, since mucomplete and endwise now play nicely without hacks

This commit is contained in:
Danielle McLean 2018-08-03 15:50:05 +10:00
parent f9416095b8
commit f336258322
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 0 additions and 5 deletions

View File

@ -88,8 +88,3 @@ let g:mucomplete#can_complete = {
\'omni': {t -> strlen(&l:omnifunc) > 0 && t =~# '\m\k\%(\k\|\.\)$'}
\}
\}
" For lifepillar/vim-mucomplete and tpope/vim-endwise to play well together,
" this mapping is required. :he mucomplete-compatibility
imap <Plug>MyCR <Plug>(MUcompleteCR)
imap <cr> <Plug>MyCR