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 45e87a5e9ec14c2c443785675f85c9c600a8b962
parent 4c899078d92ab6ee8befce4993970b9d1a0c1388
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  8 Mar 2019 09:58:47 +0100

Don't install tender color scheme

Diffstat:
Mlinks/.vim/plugins.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim @@ -10,7 +10,7 @@ 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 'jacoborus/tender' " color scheme Plug 'junegunn/rainbow_parentheses.vim' " colorcode paranthesis pairs Plug 'mhinz/vim-startify' " startup screen Plug 'embear/vim-foldsearch' " hide/show lines matching a pattern