Update .vimrc

main
Matt Huntington 5 years ago committed by GitHub
parent d788900b85
commit b0d3dc9390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();<left><left>
ab af ()=>{<cr><cr>}<up><tab>
ab log console.log();<left><left> "log autocomplete
ab af ()=>{<cr><cr>}<up><tab> "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='<Tab>' "use tab to expand in emmet

Loading…
Cancel
Save