An open API service indexing awesome lists of open source software.

https://github.com/mc-zone/emmet_config

Configuration files for different environments of the Emmet (Vim,ST2)
https://github.com/mc-zone/emmet_config

Last synced: 5 months ago
JSON representation

Configuration files for different environments of the Emmet (Vim,ST2)

Awesome Lists containing this project

README

          

# emmet_config
Collect my own configuration files for different environments of the Emmet (Vim,ST2)

自用配置。大部分参照了[yisibl/emmet-plus](https://github.com/yisibl/emmet-plus)

# Vim 分支
##使用[webabi-vim](https://github.com/mattn/webapi-vim)在 `.vimrc` 中自定义加载配置文件

例:

```viml
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/emmet-custom.json')), "\n"))
```

# Sublime Text2

见`st2`分支