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 852d6a0863bdc0173bc9b6377eaac695066a08d4
parent bf5d6159698d4cf5096ac5f3da603abd0b90d58e
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri,  9 Feb 2018 14:51:49 -0500

Do not enable limelight by default

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 @@ -122,7 +122,7 @@ if !exists('*s:goyo_enter') set noshowcmd set nolist set scrolloff=999 - Limelight + "Limelight endfunction end