Update .vimrc

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

@ -3,6 +3,7 @@ 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 Plug 'Xuyuanp/nerdtree-git-plugin' "show git status in nerdtree
Plug 'airblade/vim-gitgutter'
call plug#end() call plug#end()
set tabstop=4 "tab width = 4 spaces set tabstop=4 "tab width = 4 spaces

Loading…
Cancel
Save