Update .vimrc

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

@ -1,6 +1,7 @@
call plug#begin('~/.vim/plugged')
Plug 'mattn/emmet-vim' "emmet html autocomplete
Plug 'vim-airline/vim-airline' "airline status bar
Plug 'preservim/nerdtree' "nerd tree file explorer
call plug#end()
set tabstop=4 "tab width = 4 spaces

Loading…
Cancel
Save