Update .vimrc

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

@ -10,6 +10,8 @@ Plug 'preservim/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
"show git changes in file
Plug 'mhinz/vim-signify'
"jsx syntax highlighting
Plug 'maxmellon/vim-jsx-pretty'
call plug#end()
"-- vim configs: ---

Loading…
Cancel
Save