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 2cbdc86faaf5007ce6e57c9fadaef26affd8a11b
parent e5c287326ff8d3f352b86e0e1ae81155af016949
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Jun 2018 20:32:40 -0400

Add junegunn/rainbow_parentheses.vim, add missing newline char

Diffstat:
Mlinks/.vim/plugins.vim | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim @@ -11,12 +11,13 @@ Plug 'tpope/vim-characterize' " complete info of char under cursor with ga """"" Appearance """""" Plug 'drzel/vim-line-no-indicator' " show current line with single character Plug 'jacoborus/tender' " color scheme -Plug 'luochen1990/rainbow' " colorcode paranthesis pairs +Plug 'junegunn/rainbow_parentheses.vim' " colorcode paranthesis pairs Plug 'mhinz/vim-startify' " startup screen Plug 'embear/vim-foldsearch' " hide/show lines matching a pattern Plug 'junegunn/goyo.vim' " distraction-free editing in prose mode Plug 'junegunn/limelight.vim' " highlight current paragraph in goyo -Plug 'Yggdroot/indentLine' " show indentation level with vertical lines Plug 'vim-scripts/AnsiEsc.vim' " show ANSI colors with :AnsiEsc +Plug 'Yggdroot/indentLine' " show indentation level with vertical lines +Plug 'vim-scripts/AnsiEsc.vim' " show ANSI colors with :AnsiEsc """""" File system """"""" Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } @@ -99,8 +100,6 @@ call plug#end() " Initialize plugin system """"" PLUGIN SETTINGS """""""""""""""""""""""""""""""""""""""""""""""""""""""""" -let g:rainbow_active = 1 " toggle with :RainbowToggle - let g:foldsearch_disable_mappings = 1 let g:gitgutter_map_keys = 0