mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
Update README
This commit is contained in:
@@ -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.
|
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
|
## Project Authors
|
||||||
|
|
||||||
[Yasuhiro Matsumoto](http://mattn.kaoriya.net/)
|
[Yasuhiro Matsumoto](http://mattn.kaoriya.net/)
|
||||||
|
|||||||
Reference in New Issue
Block a user