dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9ccdd99c66e692f895f61beb866f994dbd249441
parent cf7bf924e63566fab3a2c2b393aa7009d1ad50a0
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri, 15 Sep 2017 10:06:54 -0400

change to working rainbow plugin

Diffstat:
M.vim/plugins.vim | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.vim/plugins.vim b/.vim/plugins.vim @@ -13,7 +13,7 @@ Plug 'bling/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'drzel/vim-line-no-indicator' Plug 'jacoborus/tender' " color scheme -Plug 'kien/rainbow_parentheses.vim' " colorcode paranthesis pairs +Plug 'luochen1990/rainbow' " colorcode paranthesis pairs Plug 'mhinz/vim-startify' " startup screen Plug 'guns/xterm-color-table.vim' " show color table with :XtermColorTable Plug 'Yggdroot/indentLine' " show indent levels with thin vertical lines @@ -109,11 +109,7 @@ call plug#end() """"" PLUGIN SETTINGS """""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" Rainbow parantheses always on -au VimEnter * RainbowParenthesesToggle -au Syntax * RainbowParenthesesLoadRound -au Syntax * RainbowParenthesesLoadSquare -au Syntax * RainbowParenthesesLoadBraces +let g:rainbow_active = 1 " toggle with :RainbowToggle " vim-markdown configuration " navigate headers with ]] and [[