My vim setup

Hello there! This is my vim setup!

Prerequisites

To use my vim setup you need to follow the steps below

Install Vundle

Install vundle plugin manager. Follow the instructions on Vundle Repository

.vimrc file

Copy the .vimrc file to your home directory

Execute Vundle's plugin install

vim +PluginInstall +qall

Standard linter

Intall standard linter

npm install -g standard