Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 641 Bytes

README.rst

File metadata and controls

40 lines (28 loc) · 641 Bytes

My vim configuration

Deployment

To deploy this configuration on a new computer, follow these steps

1. Clone this repository : :: git clone git@github.com:jgiovaresco/.vim.git

2. Create symbolic link : :: ln -s ~/.vim/.vimrc ~/.vimrc

3. Install vundle :: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

4. Install plugins (ignore potential error messages at the first start) :: vim +BundleInstall +qall

Reminder =======

Plugin install :: :BundleInstall

Plugin update :: :BundleUpdate

Plugin delete :: Remove line(s) of the plugin(s), then execute : :BundleClean