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.
19 lines
393 B
19 lines
393 B
call plug#begin('~/.vim/plugged')
|
|
Plug 'mattn/emmet-vim'
|
|
Plug 'vim-airline/vim-airline'
|
|
call plug#end()
|
|
|
|
set number
|
|
set tabstop=4
|
|
set shiftwidth=4
|
|
|
|
ab log console.log();<left><left>
|
|
ab af ()=>{<cr><cr>}<up><tab>
|
|
|
|
let g:airline#extensions#tabline#enabled = 1
|
|
|
|
"--- unused: ---
|
|
"let g:user_emmet_expandabbr_key='<Tab>'
|
|
"imap <expr> <tab> emmet#expandAbbrIntelligent("\<tab>")
|
|
"colorscheme torte
|