Update .vimrc

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

@ -3,7 +3,7 @@ Plug 'mattn/emmet-vim' "emmet html autocomplete
Plug 'vim-airline/vim-airline' "airline status bar
Plug 'preservim/nerdtree' "nerdtree file explorer
Plug 'Xuyuanp/nerdtree-git-plugin' "show git status in nerdtree
Plug 'airblade/vim-gitgutter' "show git status in file
Plug 'mhinz/vim-signify' "show git changes in file
call plug#end()
set tabstop=4 "tab width = 4 spaces
@ -46,3 +46,4 @@ let NERDTreeShowLineNumbers=1 "show line numbers in nerdtree
"Plug 'isruslan/vim-es6' "es 6 autocomplete
"Plug 'Valloric/YouCompleteMe', { 'do': './install.py --tern-completer' } #youcompleteme
"Plug 'bling/vim-bufferline' #bufferline to show buffers in statusline
"Plug 'airblade/vim-gitgutter' "show git status in file

Loading…
Cancel
Save