Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 512 Bytes

vimconf

My awesome vim configuration (vimrc and plugins). Thanks to all awesome vim plugin devs ;-)

Install

Clone the repository and all associated submodules :

cd && git clone --recursive https://github.com/BastienFaure/vimconf .vim

Now create a symlink of the .vimrc file in your homedir :

cd && ln -s .vim/.vimrc .vimrc

Now open vim and run PluginUpdate command.

Updating

git submodule update --remote
git add bundle/vundle
git commit -m "Updated vundle"