Add luochen1990/rainbow for vim.

This commit is contained in:
Gea-Suan Lin
2021-09-30 14:24:01 +08:00
parent 2a2802c4f0
commit b89f48b0ee

View File

@@ -66,6 +66,7 @@ Plug 'godlygeek/csapprox'
Plug 'gregsexton/gitv' Plug 'gregsexton/gitv'
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
Plug 'itchyny/lightline.vim' Plug 'itchyny/lightline.vim'
Plug 'luochen1990/rainbow'
Plug 'joshdick/onedark.vim' Plug 'joshdick/onedark.vim'
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'
Plug 'motus/pig.vim' Plug 'motus/pig.vim'
@@ -88,6 +89,7 @@ syntax on
filetype plugin indent on filetype plugin indent on
let g:ctrlp_use_caching = 0 let g:ctrlp_use_caching = 0
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . -co --exclude-standard', 'find %s -type f'] let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . -co --exclude-standard', 'find %s -type f']
let g:rainbow_active = 1
let g:SuperTabDefaultCompletionType = "context" let g:SuperTabDefaultCompletionType = "context"
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0
let mapleader="\<Space>" let mapleader="\<Space>"