diff --git a/.vimrc b/.vimrc index 0b19670..d5b701d 100644 --- a/.vimrc +++ b/.vimrc @@ -276,8 +276,8 @@ if v:version >= 704 endif " Distraction-free writing, start with V (\V or ,V in this config) -Plugin 'mikewest/vimroom' -let g:vimroom_width = 120 +Plugin 'junegunn/goyo.vim' +let g:goyo_width = 120 " undotree.vim : Display your undo history in a graph. Plugin 'mbbill/undotree'