Skip to content

jgiovaresco/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My vim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published