diff --git a/vimrc b/vimrc index dced7f0..c0dfc96 100644 --- a/vimrc +++ b/vimrc @@ -37,6 +37,9 @@ call plug#begin('~/.vim/plugged') Plug 'moll/vim-bbye' Plug 'mhinz/vim-startify' Plug 'AndrewRadev/tagalong.vim' + Plug 'junegunn/goyo.vim' + Plug 'junegunn/limelight.vim' + Plug 'amix/vim-zenroom2' if version >= 800 Plug 'neoclide/coc.nvim', {'branch': 'release'} @@ -661,5 +664,9 @@ filetype plugin indent on nnoremap :cn nnoremap :cp +nnoremap z :Goyo +" nmap ,l (Limelight) +" xmap ,l (Limelight) +nmap ,l :Limelight!! set textwidth=120