Enable rainbow for python

This commit is contained in:
Julian Ospald 2019-02-11 11:23:11 +08:00
parent 4bc374c640
commit e463bb7846
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -103,7 +103,7 @@ Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
" Plug 'guns/vim-sexp', {'for': 'clojure'}
" Plug 'tpope/vim-sexp-mappings-for-regular-people', {'for': 'clojure'}
" Plug 'kovisoft/paredit', {'for': 'clojure'}
Plug 'luochen1990/rainbow', { 'for': ['clojure', 'haskell'] }
Plug 'luochen1990/rainbow', { 'for': ['clojure', 'haskell', 'python'] }
" Plug 'typedclojure/vim-typedclojure', {'for': 'clojure'}
" heavy clojurescript
" Plug 'tpope/vim-classpath', { 'for': 'clojure' }