diff --git a/vim/.vimrc b/vim/.vimrc index 9a8eb97..7e9b402 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -5,6 +5,9 @@ call plug#begin('~/.vim/plugged') Plug 'kyoz/purify', { 'rtp': 'vim' } Plug 'itchyny/lightline.vim' +" Distraction-free +Plug 'junegunn/goyo.vim' + " Syntax Plug 'sheerun/vim-polyglot' @@ -58,6 +61,9 @@ set smartindent set laststatus=2 set cmdheight=2 +" Distraction-free +nnoremap g :Goyo + " Line numbers set number set relativenumber