Adding Java syntax highlighting (thanks king Dan) and updating rainbow parens

This commit is contained in:
Chris 2020-08-03 20:52:44 -04:00
parent af7eadb7ac
commit 4395fe9403
5 changed files with 224 additions and 7 deletions

View file

@ -41,7 +41,9 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Plug 'easymotion/vim-easymotion'
" Add some color
Plug 'norcalli/nvim-colorizer.lua'
Plug 'junegunn/rainbow_parentheses.vim'
" Plug 'junegunn/rainbow_parentheses.vim'
Plug 'luochen1990/rainbow'
" Better Syntax Support
Plug 'sheerun/vim-polyglot'
" Cool Icons