This repository hosts my Vim configuration file (vimrc
) that takes care of installing all my plugins and changes some stettings when first launched on a new machine.
Currently, vimrc
comments are in italian. Maybe I will translate them to english in the future.
1 - Move .vim
folder inside user's directory (C:\users\<YOUR_USERNAME>
for Windows or ~/home/<YOUR_USERNAME>
for Linux)
2 - [Optional] Delete the rest of this repository in order to clean up some space
3 - [Optional] Before launching Vim, remove any previously created .viminfo
files. It will be created inside .vim
by my configuration. Alternatively, you can manually import old data inside the new viminfo
file
4 - Launch Vim. It will download all required plugins and change the default/current Vim settings
5 - Enjoy!
A good an exhaustive guide on how to use Vim can be found here.
PS :q!
to exit Vim 😉