Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add readme for html configuration
  • Loading branch information
lepture committed Jun 5, 2012
1 parent 310c5aa commit 1066fb6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,22 @@ If you prefer tpope's pathogen, that's ok. Just clone it:
cd ~/.vim/bundle
git clone https://github.com/pangloss/vim-javascript.git

## Configuration

[html indentation](http://www.vim.org/scripts/script.php?script_id=2075)
provided by Andy Wokula is faster. But you need to make some configuration.

Suggested configuration:

```vim
let g:html_indent_inctags = "html,body,head,tbody"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"
```

Head over to [vim.org](http://www.vim.org/scripts/script.php?script_id=2075)
for more information.

## Bug report

Report a bug on [GitHub Issues](https://github.com/pangloss/vim-javascript/issues).

0 comments on commit 1066fb6

Please sign in to comment.