Skip to content

Commit

Permalink
readme: remove lint information
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 6, 2014
1 parent 4337d1d commit 26dc087
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.markdown
Expand Up @@ -22,20 +22,3 @@ Then enter in the ``.vim`` directory and update the submodules:
After download the project, you need create a ``.vimrc`` file in your ``$HOME``:

% echo "source ${HOME}/.vim/.vimrc" > ${HOME}/.vimrc

###lint

I use [lint.vim](https://github.com/joestelmach/lint.vim) for JavaScript and
CSS linting. They depend on v8 being installed (without shared libraries).

You can use ``brew`` to install V8 on Mac OS X:

% brew install v8

Or install it from ports on FreeBSD:

% cd /usr/ports/lang/v8
$ make install clean

For installation from source, please check [lint.vim
readme](https://github.com/joestelmach/lint.vim#installation).

0 comments on commit 26dc087

Please sign in to comment.