forked from VimPlug/emmet-vim
fix doc.
This commit is contained in:
@@ -188,11 +188,15 @@ Tutorial of zencoding.vim
|
|||||||
|
|
||||||
2. Enable with zen_settings.
|
2. Enable with zen_settings.
|
||||||
---------------------
|
---------------------
|
||||||
# cp zencoding.vim $HOME/.vim/.
|
# cp zencoding.vim $HOME/.vim/plugin/.
|
||||||
|
|
||||||
|
|
||||||
|
And you can customize the behavior of language you using.
|
||||||
# cat >> ~/.vimrc
|
# cat >> ~/.vimrc
|
||||||
let g:user_zen_settings = {
|
let g:user_zen_settings = {
|
||||||
\ 'php' : {
|
\ 'php' : {
|
||||||
\ 'extends' : 'html',
|
\ 'extends' : 'html',
|
||||||
|
\ 'filters' : 'c',
|
||||||
\ },
|
\ },
|
||||||
\ 'xml' : {
|
\ 'xml' : {
|
||||||
\ 'extends' : 'html',
|
\ 'extends' : 'html',
|
||||||
|
|||||||
Reference in New Issue
Block a user