File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # vim-javascript
2
+
3
+ JavaScript bundle for vim, this bundle provides syntax and indent plugins.
4
+
5
+ > Indentation of javascript in vim is terrible, and this is the very end of it.
6
+
7
+
8
+ ## Installation
9
+
10
+ - Install with [ Vundle] ( https://github.com/gmarik/vundle )
11
+
12
+ If you are not using vundle, you really should have a try.
13
+ Edit your vimrc:
14
+
15
+ Bundle "pangloss/vim-javascript"
16
+
17
+ And install it:
18
+
19
+ :so ~/.vimrc
20
+ :BundleInstall
21
+
22
+
23
+ - Install with [ pathogen] ( https://github.com/tpope/vim-pathogen )
24
+
25
+ If you prefer tpope's pathogen, that's ok. Just clone it:
26
+
27
+ cd ~/.vim/bundle
28
+ git clone https://github.com/pangloss/vim-javascript.git
29
+
30
+ ## Bug report
31
+
32
+ Report a bug on [ GitHub Issues] ( https://github.com/pangloss/vim-javascript/issues ) .
You can’t perform that action at this time.
0 commit comments