Update .vimrc

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

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

Loading…
Cancel
Save