Remove compatibility hack from init.vim, since mucomplete and endwise now play nicely without hacks
This commit is contained in:
parent
f9416095b8
commit
f336258322
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue