# HG changeset patch # User Meredith Howard # Date 1534476928 14400 # Node ID 7ea1f44106825bd2223d425d39bcce6055fb5fe3 # Parent e5da1bdb72b6b440ca3e589acde318b4e38e696d no more weirdness diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -32,8 +32,8 @@ let s:filename = expand('') Plugin 'godlygeek/tabular' Plugin 'tomtom/tcomment_vim' Plugin 'tpope/vim-unimpaired' + Plugin 'lifepillar/vim-mucomplete' Plugin 'tpope/vim-endwise' - Plugin 'lifepillar/vim-mucomplete' if executable('rls') Plugin 'prabirshrestha/async.vim' @@ -128,12 +128,6 @@ noremap tm :Tabularize methods a :call vimrc#AutoFmtToggle() -if exists("g:loaded_mucomplete") - set shortmess+=c - imap MyCR (MUcompleteCR) - imap MyCR -endif - " Command Aliases {{{ command! -nargs=+ CAlias call vimrc#CommandAlias() CAlias Q q @@ -190,6 +184,7 @@ set noshowmode set showcmd set wildmenu set wildignorecase +set shortmess+=c set noerrorbells if has('patch-7.4-793')