Hi! (^0^)ノ
Make sure your VIM version comes with clipboard support.
Open a terminal in your home directory and execute:
git clone git@github.com:daniagudelos/vimfiles.git .vim
This command will clone my repository into a hidden directory with the name ".vim". To be able to use the configuration in the vimrc file you need to move it to your home directory or create a symbolic link. To create a hidden symbolic link, execute:
ln -sv .vim/vimrc .vimrc
Here is a list of the repositories you need to visit to understand and use this configuration:
- vundle: Pluggin manager
- airline: Status and tabline
- gitgutter: Inline git diff
- indent-guides: Indentation guides
All done!