summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-01-06 16:30:11 -0500
committerJune McEnroe <june@causal.agency>2015-01-06 16:30:11 -0500
commit1326be81750b1d323055bdf81fa6c4bb6d1b64c7 (patch)
tree7f40b82e2073e3ef6fb9ec30c7fad5d0439ad3cd
parentSwap 0 and ^ in Vim (diff)
downloadsrc-1326be81750b1d323055bdf81fa6c4bb6d1b64c7.tar.gz
src-1326be81750b1d323055bdf81fa6c4bb6d1b64c7.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'