From 57a3ceade657156d1fee2fcd598cfd80ac995f9d Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 10 Jul 2017 10:32:04 -0400 Subject: [PATCH] Distraction-free mode for vim --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 5095582..0066251 100644 --- a/vimrc +++ b/vimrc @@ -40,6 +40,7 @@ Plug 'embear/vim-localvimrc' Plug 'tpope/vim-obsession' " Continuously updated session files Plug 'tpope/vim-fugitive' " Git wrapper Plug 'tpope/vim-classpath' " TODO: still need this? +Plug 'junegunn/goyo.vim' " Distraction-free mode with centered buffer " Automatically discover and 'properly' update ctags files on save Plug 'craigemery/vim-autotag'