Skip to content

Commit 97e663f

Browse files
author
lepture
committed
add readme
1 parent a599ac8 commit 97e663f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)