Skip to content
Lifepillar edited this page Aug 4, 2018 · 3 revisions

Installation

If you use Vim 8 or Vim 7 with support for packages (echo has('packages') prints 1), I strongly recommend that you install MUcomplete as a package. Just clone this repo inside pack/*/start, e.g.,

mkdir -p ~/.vim/pack/bundle/start
cd ~/.vim/pack/bundle/start && \
git clone --depth 1 https://github.com/lifepillar/vim-mucomplete.git

Otherwise, use your preferred installation method. A few options are listed below.

apt-vim

Install apt-vim and run the following in terminal:

apt-vim install -y https://github.com/lifepillar/vim-mucomplete.git

vim-plug

Install vim-plug, then add the following to your .vimrc

Plug 'lifepillar/vim-mucomplete'

Pathogen

cd ~/.vim/bundle && \
git clone https://github.com/lifepillar/vim-mucomplete.git