We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a599ac8 commit 97e663fCopy full SHA for 97e663f
README.md
@@ -0,0 +1,32 @@
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).
0 commit comments