Update README

This commit is contained in:
mattn
2013-10-22 12:02:00 +09:00
parent ea1b779868
commit 57de05e041

View File

@@ -71,6 +71,13 @@ let g:user_emmet_mode='inv' "enable all functions, which is equal to
let g:user_emmet_mode='a' "enable all function in all mode.
```
## Enable just for html/css
```vim
let g:user_emmet_install_global = 0
autocmd FileType html,css EmmetInstall
```
## Project Authors
[Yasuhiro Matsumoto](http://mattn.kaoriya.net/)