We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867590 commit 5465b05Copy full SHA for 5465b05
.vimrc
@@ -12,7 +12,8 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
12
Plug 'Tagbar'
13
"Bundle 'minibufexpl.vim'
14
15
-Plug 'ZenCoding.vim'
+"zencoding 改名为了 Emmet
16
+Plug 'https://github.com/vim-scripts/Emmet.vim'
17
18
Plug 'L9'
19
@@ -119,11 +120,11 @@ set background=dark
119
120
"colorscheme solarized
121
"set background=light
122
-"zencoding 设置
123
+"emmet 设置
124
-let g:user_zen_expandabbr_key='<C-Y>'
125
+let g:user_emmet_expandabbr_key = '<C-Y>'
126
-let g:use_zen_complete_tag = 1
127
+let g:use_emmet_complete_tag = 1
128
129
"Gist设置
130
0 commit comments