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)
- Host: GitHub
- URL: https://github.com/mc-zone/emmet_config
- Owner: mc-zone
- License: mit
- Created: 2015-01-14T14:26:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T07:51:20.000Z (over 11 years ago)
- Last Synced: 2025-03-02T03:14:48.751Z (over 1 year ago)
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`分支