Skip to content

Commit 78fedc7

Browse files
committed
add Installation instructions
1 parent 2fb4064 commit 78fedc7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.markdown

+15-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ To enable code folding add the following to your `.vimrc`.
2121
###Note
2222
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.
2323

24+
###Installation
25+
- Using [NeoBundle](https://github.com/Shougo/neobundle.vim) **(Which I recommend)**
26+
27+
NeoBundleLazy 'jelera/vim-javascript-syntax', {'autoload':{'filetypes':['javascript']}}
28+
29+
- Using [Vundle](https://github.com/gmarik/vundle)
30+
31+
Bundle 'jelera/vim-javascript-syntax'
32+
33+
- Using [Pathogen](https://github.com/tpope/vim-pathogen)
34+
35+
$ cd ~/.vim/bundle
36+
$ git clone https://github.com/jelera/vim-javascript-syntax.git
37+
38+
2439
###TODO
2540
You can help me improve it too.
2641

@@ -37,6 +52,3 @@ This is with the Enhanced Syntax file
3752

3853
###License
3954
The same as Vim
40-
41-
42-

0 commit comments

Comments
 (0)