diff options
author | June McEnroe <june@causal.agency> | 2015-01-06 16:30:11 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2015-01-06 16:30:11 -0500 |
commit | 1326be81750b1d323055bdf81fa6c4bb6d1b64c7 (patch) | |
tree | 7f40b82e2073e3ef6fb9ec30c7fad5d0439ad3cd /.vimrc | |
parent | Swap 0 and ^ in Vim (diff) | |
download | src-1326be81750b1d323055bdf81fa6c4bb6d1b64c7.tar.gz src-1326be81750b1d323055bdf81fa6c4bb6d1b64c7.zip |
Add LimeLight to Goyo
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
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' |