parent
1035d7593d
commit
63903ae538
@ -1 +1,15 @@
|
||||
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
|
||||
|
||||
Loading…
Reference in new issue