diff --git a/vimrc b/vimrc index 2097878..32e62ec 100644 --- a/vimrc +++ b/vimrc @@ -17,7 +17,7 @@ Plug 'Raimondi/delimitMate' Plug 'editorconfig/editorconfig-vim' -Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --tern-completer' } +Plug 'lifepillar/vim-mucomplete' Plug 'ludovicchabant/vim-gutentags' @@ -238,8 +238,10 @@ iab xnow =strftime("%Y-%m-%d %H:%M") " Plugin Configuration {{{ -"" youcompleteme -let g:ycm_autoclose_preview_window_after_insertion = 1 +"" mucomplete +set completeopt+=menuone +set shortmess+=c +set completeopt+=noinsert "" gutentags