1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Rainbow highlighted brackets, for quickly finding matches

This commit is contained in:
2019-07-29 14:02:36 +02:00
parent 731de35c3e
commit c4971c8fc8

4
.vimrc
View File

@@ -272,6 +272,10 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
Plugin 'Yggdroot/indentLine' Plugin 'Yggdroot/indentLine'
let g:indentLine_char = '┊' let g:indentLine_char = '┊'
" Colour-match brackets
Plugin 'luochen1990/rainbow'
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle
" Python virtualenv support " Python virtualenv support
"Plugin 'jmcantrell/vim-virtualenv' "Plugin 'jmcantrell/vim-virtualenv'