Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 246 Bytes

File metadata and controls

9 lines (5 loc) · 246 Bytes

###Install Vundle

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Launch vim and run :PluginInstall OR To install from command line: vim +PluginInstall +qall

install Jshint and Tern

npm install jshint -g