We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310c5aa commit 1066fb6Copy full SHA for 1066fb6
1 file changed
README.md
@@ -31,6 +31,22 @@ If you prefer tpope's pathogen, that's ok. Just clone it:
31
cd ~/.vim/bundle
32
git clone https://github.com/pangloss/vim-javascript.git
33
34
+## Configuration
35
+
36
+[html indentation](http://www.vim.org/scripts/script.php?script_id=2075)
37
+provided by Andy Wokula is faster. But you need to make some configuration.
38
39
+Suggested configuration:
40
41
+```vim
42
+let g:html_indent_inctags = "html,body,head,tbody"
43
+let g:html_indent_script1 = "inc"
44
+let g:html_indent_style1 = "inc"
45
+```
46
47
+Head over to [vim.org](http://www.vim.org/scripts/script.php?script_id=2075)
48
+for more information.
49
50
## Bug report
51
52
Report a bug on [GitHub Issues](https://github.com/pangloss/vim-javascript/issues).
0 commit comments