From 26dc087bbcfd7ae6f99ef413fa1616beae388c76 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Thu, 6 Feb 2014 16:27:43 -0200 Subject: [PATCH] readme: remove lint information --- README.markdown | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.markdown b/README.markdown index ea33d9e20..231fbf0a8 100644 --- a/README.markdown +++ b/README.markdown @@ -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).