Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 631 Bytes

README.markdown

File metadata and controls

31 lines (17 loc) · 631 Bytes

Installation

git clone --recursive https://github.com/mcls/dotvim.git ~/.vim
ln -nfs ~/.vim/vimrc ~/.vimrc

Additional installation

Make sure the RDiscount gem is installed, so Markdown can be previewed.

gem install rdiscount

Updating the bundles

Run the following command to fetch the latest versions of the plugins from their git repos.

git submodule foreach git pull -q origin master

or

make update

Adding a plugin

git submodule add https://github.com/easymotion/vim-easymotion.git bundle/easymotion

Removing a plugin

git submodule deinit bundle/mod
git rm bundle/mod