diff --git a/.vimrc b/.vimrc index e9b3e5e..ec2f927 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,6 @@ call plug#begin('~/.vim/plugged') -Plug 'mattn/emmet-vim' -Plug 'vim-airline/vim-airline' +Plug 'mattn/emmet-vim' "emmet html autocomplete +Plug 'vim-airline/vim-airline' "airline status bar call plug#end() set tabstop=4 "tab width = 4 spaces @@ -14,10 +14,10 @@ set wrap! "disable wordwrap colorscheme molokai "theme -ab log console.log(); -ab af ()=>{} +ab log console.log(); "log autocomplete +ab af ()=>{} "arrow function autocomplete -let g:airline#extensions#tabline#enabled = 1 +let g:airline#extensions#tabline#enabled = 1 "show buffers when no tabs open "--- unused: --- "let g:user_emmet_expandabbr_key='' "use tab to expand in emmet