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:
4
.vimrc
4
.vimrc
@@ -272,6 +272,10 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
|
||||
Plugin 'Yggdroot/indentLine'
|
||||
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
|
||||
"Plugin 'jmcantrell/vim-virtualenv'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user