From 8096422f9a700288421b36e14b24e9f658b1ab52 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 23 Apr 2017 22:52:37 +0200 Subject: [PATCH] replace youcompleteme --- vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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