diff --git a/vimrc b/vimrc index ace439b..ca88472 100644 --- a/vimrc +++ b/vimrc @@ -15,7 +15,7 @@ Plug 'Raimondi/delimitMate' Plug 'editorconfig/editorconfig-vim' -Plug 'lifepillar/vim-mucomplete' +Plug 'maralla/completor.vim', { 'do': 'make js'} Plug 'ludovicchabant/vim-gutentags' @@ -251,11 +251,6 @@ iab xnow =strftime("%Y-%m-%d %H:%M") " Plugin Configuration {{{ -"" mucomplete -set completeopt+=menuone -set shortmess+=c -set completeopt+=noinsert - "" gutentags let g:gutentags_cache_dir="~/.tags"