summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-01-06 16:30:11 -0500
committerJune McEnroe <programble@gmail.com>2015-01-06 16:30:11 -0500
commit1328a9aa8a56969bcab830c07996e7edbe667763 (patch)
tree897a2d6f6cae4a14fb5ab20889bbb22ad07fcb31
parentSwap 0 and ^ in Vim (diff)
downloadsrc-1328a9aa8a56969bcab830c07996e7edbe667763.tar.gz
src-1328a9aa8a56969bcab830c07996e7edbe667763.zip
Add LimeLight to Goyo
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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 <leader>G :Goyo<CR>
+autocmd User GoyoEnter Limelight
+autocmd User GoyoLeave Limelight!
 
 " Colorschemes.
 Plug 'programble/jellybeans.vim'