This is my personal vim config, mainly used for HTML/JS devlopment using Git.
If you find any of this useful, you are welcome to copy/fork it.
It was designed to run on Linux.
It uses VAM to manage the plugins.
After cloning, run
cd && ln -s .vim/.vimrc ./ && ln -s .vim/.jshintrc ./
Then follow instructions below to compile any specific plugins
For syntax checking (using Syntastic) this config requires node.js, jshint and tidy.
Install the following packages:
- build-essential
- curl
- libcurl4-openssl-dev
Download the latest node.js code from Node.js website
Unarchive it and do the usual ./configure && make && make install
Install the Node.js Package Manager
curl http://npmjs.org/install.sh | sudo sh
Install jshint
sudo npm install jshint -g
Install csslint
sudo npm install cllsint -g
Symlink the .jshintrc to the home dir
Requires ruby and ruby-dev
Compile it with
rake make