Plugin 'noahfrederick/vim-noctu'
Plugin 'pangloss/vim-javascript'
Plugin 'Yggdroot/indentLine'
-Plugin 'Raimondi/delimitMate'
Plugin 'scrooloose/syntastic'
Plugin 'ternjs/tern_for_vim'
Plugin 'docunext/closetag.vim'
Plugin 'aklt/plantuml-syntax'
Plugin 'psf/black'
Plugin 'vim-python/python-syntax'
+Plugin 'luochen1990/rainbow'
" All of your Plugins must be added before the following line
call vundle#end() " required
" Python indent
autocmd FileType python setlocal foldmethod=indent foldnestmax=2
+
+" Paren highlighting
+hi MatchParen cterm=underline ctermbg=none ctermfg=none
+
+" Rainbow parens
+let g:rainbow_active = 1