Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.02 KB

Welcome to my Vim configuration's readme file

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.

Disclaimer

Currently, vimrc comments are in italian. Maybe I will translate them to english in the future.

Instructions

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!

Learning Vim

A good an exhaustive guide on how to use Vim can be found here.


PS :q! to exit Vim 😉