You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
316 B
16 lines
316 B
call plug#begin('~/.vim/plugged')
|
|
Plug 'mattn/emmet-vim'
|
|
call plug#end()
|
|
|
|
set number
|
|
set tabstop=4
|
|
set shiftwidth=4
|
|
|
|
ab log console.log();<left><left>
|
|
ab af ()=>{<cr><cr>}<up><tab>
|
|
|
|
"--- unused: ---
|
|
"let g:user_emmet_expandabbr_key='<Tab>'
|
|
"imap <expr> <tab> emmet#expandAbbrIntelligent("\<tab>")
|
|
"colorscheme torte
|