diff options
| author | Chris <[email protected]> | 2020-08-03 20:52:44 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-08-03 20:52:44 -0400 | 
| commit | 4395fe9403937a9dd6c79867a597dc89be821c34 (patch) | |
| tree | d13ef3d3692931d5c848ec29b89ee01ceb79430f /vim-plug/plugins.vim | |
| parent | af7eadb7ac71c7bc4e515dd56e5c67dc77fcd488 (diff) | |
Adding Java syntax highlighting (thanks king Dan) and updating rainbow parens
Diffstat (limited to 'vim-plug/plugins.vim')
| -rw-r--r-- | vim-plug/plugins.vim | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 515fc12e..f960bc95 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -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  | 
