From 78fedc7691a09872cf073978b45b8930c071fa31 Mon Sep 17 00:00:00 2001 From: Jose Elera Campana Date: Tue, 17 Sep 2013 16:58:52 -0500 Subject: [PATCH] add Installation instructions --- README.markdown | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 410f667..54fb543 100644 --- a/README.markdown +++ b/README.markdown @@ -21,6 +21,21 @@ To enable code folding add the following to your `.vimrc`. ###Note This is a syntax plugin, not an indentation one. For indentation, this is the [recommended one](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica. +###Installation +- Using [NeoBundle](https://github.com/Shougo/neobundle.vim) **(Which I recommend)** + + NeoBundleLazy 'jelera/vim-javascript-syntax', {'autoload':{'filetypes':['javascript']}} + +- Using [Vundle](https://github.com/gmarik/vundle) + + Bundle 'jelera/vim-javascript-syntax' + +- Using [Pathogen](https://github.com/tpope/vim-pathogen) + + $ cd ~/.vim/bundle + $ git clone https://github.com/jelera/vim-javascript-syntax.git + + ###TODO You can help me improve it too. @@ -37,6 +52,3 @@ This is with the Enhanced Syntax file ###License The same as Vim - - -