diff --git a/config/vim/init.vim b/config/vim/init.vim index d881117..b92035f 100644 --- a/config/vim/init.vim +++ b/config/vim/init.vim @@ -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 MyCR (MUcompleteCR) -imap MyCR