Introduction: Installation requires Git and triggers git clone for each configured repository to ~/.vim/bundle/ by default. Curl is required for search. If you are using Windows, go directly to Windows setup . If you run into any issues, please consult the FAQ . See Tips for some advanced configurations. Using non-POSIX shells, such as the popular Fish shell, requires additional setup. Please check the FAQ . Set up Vundle : git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim Configure Plugins: Put this at the top of your .vimrc to use Vundle. Remove plugins you don't need, they are for illustration purposes. set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp += ~/.vim/bundle/Vundle.vim call vundle#begin () " alternatively, pass a path where Vundle should install plugins " call vu...