diff --git a/README.md b/README.md index 9cf01fe..013b468 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ Configuration By default, [vim-airline](https://github.com/bling/vim-airline), [vim-powerline](https://github.com/Lokaltog/vim-powerline), [powerline](https://github.com/Lokaltog/powerline), -[lightline.vim](https://github.com/itchyny/lightline.vim), and -[vim-gitgutter](https://github.com/airblade/vim-gitgutter) are temporarily +[lightline.vim](https://github.com/itchyny/lightline.vim), +[vim-signify](https://github.com/mhinz/vim-signify), +and [vim-gitgutter](https://github.com/airblade/vim-gitgutter) are temporarily disabled while in Goyo mode. If you have other plugins that you want to disable/enable, or if you want to diff --git a/plugin/goyo.vim b/plugin/goyo.vim index 1701cbd..5308326 100644 --- a/plugin/goyo.vim +++ b/plugin/goyo.vim @@ -286,7 +286,9 @@ function! s:goyo_off() endif if goyo_disabled_signify - silent! if !(b:sy.active)|SignifyToggle|endif + silent! if !b:sy.active + SignifyToggle + endif endif if goyo_disabled_airline && !exists("#airline")