From 1326be81750b1d323055bdf81fa6c4bb6d1b64c7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 6 Jan 2015 16:30:11 -0500 Subject: Add LimeLight to Goyo --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index ad05fa27..341343f3 100644 --- a/.vimrc +++ b/.vimrc @@ -251,7 +251,10 @@ let g:indent_guides_start_level = 2 " Distraction-free editing Plug 'junegunn/goyo.vim' +Plug 'junegunn/limelight.vim' nmap G :Goyo +autocmd User GoyoEnter Limelight +autocmd User GoyoLeave Limelight! " Colorschemes. Plug 'programble/jellybeans.vim' -- cgit 1.4.1 ect name='h' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe